We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9540c commit 43f2b74Copy full SHA for 43f2b74
book/02-git-basics/sections/recording-changes.asc
@@ -32,7 +32,7 @@ This means you have a clean working directory – in other words, there are no t
32
Git also doesn't see any untracked files, or they would be listed here.
33
Finally, the command tells you which branch you're on and informs you that it has not diverged from the same branch on the server.
34
For now, that branch is always ``master'', which is the default; you won't worry about it here.
35
-<<_git_branching>> will go over branches and references in detail.
+<<_git_branching>> will go over branches and references in detail.
36
37
Let's say you add a new file to your project, a simple README file.
38
If the file didn't exist before, and you run `git status`, you see your untracked file like so:
0 commit comments