Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

WorkTree

WorkTree

Guide to setup Github with WorkTree

With a Repository that already exist

git clone https://github.com/MrAmericanMike/WorkTree.git WorkTree/master
cd WorkTree/master
git worktree add ../cool cool

If branch cool doesn't exist yet use:

git worktree add ../cool

Documentation

https://git-scm.com/docs/git-worktree

Add independent branches as Worktrees

git checkout --orphan 1.21.4-fabric

git reset .

git clean -fxfd

git commit --allow-empty -m "1.21.4-fabric"

git checkout master

git worktree add ../1.21.4-fabric 1.21.4-fabric

About

WorkTree

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors