We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2d961 commit e1ede97Copy full SHA for e1ede97
book/02-git-basics/sections/recording-changes.asc
@@ -27,7 +27,7 @@ If you run this command directly after a clone, you should see something like th
27
$ git status
28
On branch master
29
Your branch is up-to-date with 'origin/master'.
30
-nothing to commit, working directory clean
+nothing to commit, working tree clean
31
----
32
33
This means you have a clean working directory; in other words, none of your tracked files are modified.
0 commit comments