Skip to content

Commit 43f2b74

Browse files
committed
Delete duplicate space
1 parent 3f9540c commit 43f2b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This means you have a clean working directory – in other words, there are no t
3232
Git also doesn't see any untracked files, or they would be listed here.
3333
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.
3434
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.
35+
<<_git_branching>> will go over branches and references in detail.
3636

3737
Let's say you add a new file to your project, a simple README file.
3838
If the file didn't exist before, and you run `git status`, you see your untracked file like so:

0 commit comments

Comments
 (0)