Skip to content

Commit

Permalink
Merge pull request #350 from nobozo/patch-1
Browse files Browse the repository at this point in the history
Add missing double dashes
  • Loading branch information
ben committed Aug 11, 2015
2 parents 23511a4 + a4574f7 commit 5f486e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/02-git-basics/sections/aliases.asc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This makes the following two commands equivalent:
[source,console]
----
$ git unstage fileA
$ git reset HEAD fileA
$ git reset HEAD -- fileA
----

This seems a bit clearer.
Expand Down

0 comments on commit 5f486e9

Please sign in to comment.