Merge branch 'es/doc-worktree-guessremote-config'
Doc clarification. * es/doc-worktree-guessremote-config: doc/config: do a better job of introducing 'worktree.guessRemote'
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
worktree.guessRemote::
|
worktree.guessRemote::
|
||||||
With `add`, if no branch argument, and neither of `-b` nor
|
If no branch is specified and neither `-b` nor `-B` nor
|
||||||
`-B` nor `--detach` are given, the command defaults to
|
`--detach` is used, then `git worktree add` defaults to
|
||||||
creating a new branch from HEAD. If `worktree.guessRemote` is
|
creating a new branch from HEAD. If `worktree.guessRemote` is
|
||||||
set to true, `worktree add` tries to find a remote-tracking
|
set to true, `worktree add` tries to find a remote-tracking
|
||||||
branch whose name uniquely matches the new branch name. If
|
branch whose name uniquely matches the new branch name. If
|
||||||
|
Reference in New Issue
Block a user