Skip to content

Commit e1ede97

Browse files
committed
Fix typo on working directory (tree)
As per #1559: nothing to commit, working directory -> tree Signed-off-by: Bagas Sanjaya <[email protected]>
1 parent 4a2d961 commit e1ede97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/recording-changes.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you run this command directly after a clone, you should see something like th
2727
$ git status
2828
On branch master
2929
Your branch is up-to-date with 'origin/master'.
30-
nothing to commit, working directory clean
30+
nothing to commit, working tree clean
3131
----
3232

3333
This means you have a clean working directory; in other words, none of your tracked files are modified.

0 commit comments

Comments
 (0)