Skip to content

Commit a4574f7

Browse files
committed
Add missing double dashes
1 parent a4623eb commit a4574f7

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)