From: Michal Suchanek Date: Fri, 10 Oct 2025 17:04:57 +0000 (+0200) Subject: doc: git-worktree: Link to examples X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd4271e1c5189d69734a7953a3ddf19c8903c2eb;p=thirdparty%2Fgit.git doc: git-worktree: Link to examples Also add advice to put new worktrees outside of existing ones. Signed-off-by: Michal Suchanek Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-worktree.adoc b/Documentation/git-worktree.adoc index 8340b7f028..05cc8c3933 100644 --- a/Documentation/git-worktree.adoc +++ b/Documentation/git-worktree.adoc @@ -79,6 +79,9 @@ with a matching name, treat as equivalent to: $ git worktree add --track -b / ------------ + +For best results it is advised to specify __ outside of the repository +and existing worktrees - see <> ++ If the branch exists in multiple remotes and one of them is named by the `checkout.defaultRemote` configuration variable, we'll use that one for the purposes of disambiguation, even if the `` isn't @@ -498,6 +501,7 @@ locked "reason\nwhy is locked" ... ------------ +[[EXAMPLES]] EXAMPLES -------- You are in the middle of a refactoring session and your boss comes in and