Skip to content

Commit 5f486e9

Browse files
committed
Merge pull request #350 from nobozo/patch-1
Add missing double dashes
2 parents 23511a4 + a4574f7 commit 5f486e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/aliases.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This makes the following two commands equivalent:
3333
[source,console]
3434
----
3535
$ git unstage fileA
36-
$ git reset HEAD fileA
36+
$ git reset HEAD -- fileA
3737
----
3838

3939
This seems a bit clearer.

0 commit comments

Comments
 (0)