File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ instead incorrectly checkout `HEAD~2` at `<path>`.
77
77
The second version also introduces convenience enhancements. In
78
78
particular, the ` <branch> ` in ` git worktree add <path> <branch> ` , is now
79
79
optional. When omitted, a new branch is created automatically based upon
80
- ` <path> ` , as if ` -b $(basename <path>) ` had been provided (where `-b
81
- <new-branch >` creates a new branch). For example, given ` git worktree add
82
- ../hotfix`, a new branch named * hotfix* is created and checked out into new
83
- worktree ` ../hotfix ` , as if ` git worktree -b hotfix ../hotfix HEAD ` had
84
- been specified.
80
+ ` <path> ` , as if ` -b $(basename <path>) ` had been provided (where
81
+ ` -b <new-branch>` creates a new branch). For example, given
82
+ ` git worktree add ../hotfix` , a new branch named * hotfix* is created and
83
+ checked out into new worktree ` ../hotfix ` , as if
84
+ ` git worktree -b hotfix ../hotfix HEAD ` had been specified.
85
85
86
86
Finally, the question was
87
87
[ raised] ( http://article.gmane.org/gmane.comp.version-control.git/273107 )
You can’t perform that action at this time.
0 commit comments