File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -435,12 +435,4 @@ include::config/versionsort.txt[]
435435
436436include::config/web.txt[]
437437
438- worktree.guessRemote::
439- With `add`, if no branch argument, and neither of `-b` nor
440- `-B` nor `--detach` are given, the command defaults to
441- creating a new branch from HEAD. If `worktree.guessRemote` is
442- set to true, `worktree add` tries to find a remote-tracking
443- branch whose name uniquely matches the new branch name. If
444- such a branch exists, it is checked out and set as "upstream"
445- for the new branch. If no such match can be found, it falls
446- back to creating a new branch from the current HEAD.
438+ include::config/worktree.txt[]
Original file line number Diff line number Diff line change 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
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
7+ such a branch exists, it is checked out and set as "upstream"
8+ for the new branch. If no such match can be found, it falls
9+ back to creating a new branch from the current HEAD.
You can’t perform that action at this time.
0 commit comments