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.
2 parents 3942920 + b4583d5 commit 540ee40Copy full SHA for 540ee40
Documentation/config/worktree.txt
@@ -1,6 +1,6 @@
1
worktree.guessRemote::
2
- With `add`, if no branch argument, and neither of `-b` nor
3
- `-B` nor `--detach` are given, the command defaults to
+ If no branch is specified and neither `-b` nor `-B` nor
+ `--detach` is used, then `git worktree add` defaults to
4
creating a new branch from HEAD. If `worktree.guessRemote` is
5
set to true, `worktree add` tries to find a remote-tracking
6
branch whose name uniquely matches the new branch name. If
0 commit comments