We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134d386 commit 551bcabCopy full SHA for 551bcab
Documentation/git-worktree.adoc
@@ -522,6 +522,16 @@ $ popd
522
$ git worktree remove ../temp
523
------------
524
525
+Side by side branch checkouts for a repository using multiple worktrees
526
+
527
+------------
528
+mkdir some-repository
529
+cd some-repository
530
+git clone --bare [email protected]:some-org/some-repository .git
531
+git --git-dir=.git worktree add some-branch
532
+git --git-dir=.git worktree add another-branch
533
534
535
BUGS
536
----
537
Multiple checkout in general is still experimental, and the support
0 commit comments