Skip to content

Commit ca2be24

Browse files
committed
Bring text and example in line in undoing.asc
Text uses "git add *", example "git add .".
1 parent 1d4253b commit ca2be24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The `git status` command reminds you:
4242

4343
[source,console]
4444
----
45-
$ git add .
45+
$ git add *
4646
$ git status
4747
On branch master
4848
Changes to be committed:

0 commit comments

Comments
 (0)