Skip to content

Commit 4e87f6e

Browse files
authored
Merge pull request #1178 from rpjday/ch2
Recording changes: Replace lone, single hyphen with proper "--"
2 parents 6544d71 + ef14b95 commit 4e87f6e

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
@@ -193,7 +193,7 @@ M lib/simplegit.rb
193193
----
194194

195195
New files that aren't tracked have a `??` next to them, new files that have been added to the staging area have an `A`, modified files have an `M` and so on.
196-
There are two columns to the output - the left-hand column indicates the status of the staging area and the right-hand column indicates the status of the working tree.
196+
There are two columns to the output -- the left-hand column indicates the status of the staging area and the right-hand column indicates the status of the working tree.
197197
So for example in that output, the `README` file is modified in the working directory but not yet staged, while the `lib/simplegit.rb` file is modified and staged.
198198
The `Rakefile` was modified, staged and then modified again, so there are changes to it that are both staged and unstaged.
199199

0 commit comments

Comments
 (0)