Skip to content

Commit 84fe76a

Browse files
committed
Updated git status -s paragraph
1 parent d97c3e7 commit 84fe76a

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
@@ -171,7 +171,7 @@ Changes to be committed:
171171

172172
While the `git status` output is pretty comprehensive, it's also quite wordy.
173173
Git also has a short status flag so you can see your changes in a more compact way.
174-
If you run `git status -s` or `git status --short` you get a far more simplified output from the command.
174+
If you run `git status -s` or `git status --short` you get a far more simplified output from the command:
175175

176176
[source,console]
177177
----

0 commit comments

Comments
 (0)