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 dd4271e commit b0380a8Copy full SHA for b0380a8
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 gitforge@someforge.example.com:some-org/some-repository some-repository.git
531
+git --git-dir=some-repository.git worktree add some-branch
532
+git --git-dir=some-repository.git worktree add another-branch
533
534
535
BUGS
536
----
537
Multiple checkout in general is still experimental, and the support
0 commit comments