From: Junio C Hamano Date: Thu, 2 Oct 2025 17:46:42 +0000 (-0700) Subject: amend! doc: git-worktree: Link to examples X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=134d3869166998cee3a27200a77fa80cf645010b;p=thirdparty%2Fgit.git amend! doc: git-worktree: Link to examples 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 4f4d05d617..aa3c737cf8 100644 --- a/Documentation/git-worktree.adoc +++ b/Documentation/git-worktree.adoc @@ -501,8 +501,9 @@ locked "reason\nwhy is locked" ... ------------ -[[EXAMPLES]]EXAMPLES --------------------- +[[EXAMPLES]] +EXAMPLES +-------- You are in the middle of a refactoring session and your boss comes in and demands that you fix something immediately. You might typically use linkgit:git-stash[1] to store your changes away temporarily, however, your