remote: add a macro for "refs/tags/*:refs/tags/*"
[gitweb.git] / Documentation / git-worktree.txt
index 2a4ea7609f7cdfd80d1baa3006962bc60df610b2..41585f535dba760590f2d67ecdc96cc8dea3a57f 100644 (file)
@@ -118,9 +118,12 @@ OPTIONS
 --[no-]guess-remote::
        With `worktree add <path>`, without `<commit-ish>`, instead
        of creating a new branch from HEAD, if there exists a tracking
-       branch in exactly one remote matching the basename of `<path>,
+       branch in exactly one remote matching the basename of `<path>`,
        base the new branch on the remote-tracking branch, and mark
        the remote-tracking branch as "upstream" from the new branch.
++
+This can also be set up as the default behaviour by using the
+`worktree.guessRemote` config option.
 
 --[no-]track::
        When creating a new branch, if `<commit-ish>` is a branch,