Skip to content

Commit e7ef89c

Browse files
committed
rn-5: fix bad rendering in published edition
1 parent d3eb04d commit e7ef89c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/2015-07-08-edition-5.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ instead incorrectly checkout `HEAD~2` at `<path>`.
7777
The second version also introduces convenience enhancements. In
7878
particular, the `<branch>` in `git worktree add <path> <branch>`, is now
7979
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.
8585

8686
Finally, the question was
8787
[raised](http://article.gmane.org/gmane.comp.version-control.git/273107)

0 commit comments

Comments
 (0)