Skip to content

Commit

Permalink
Fix typo on working directory (tree)
Browse files Browse the repository at this point in the history
As per progit#1559:
nothing to commit, working directory -> tree

Signed-off-by: Bagas Sanjaya <[email protected]>
  • Loading branch information
bagasme committed Jan 26, 2021
1 parent 4a2d961 commit e1ede97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/02-git-basics/sections/recording-changes.asc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you run this command directly after a clone, you should see something like th
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
nothing to commit, working tree clean
----

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

0 comments on commit e1ede97

Please sign in to comment.