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 d97c3e7 commit 84fe76aCopy full SHA for 84fe76a
book/02-git-basics/sections/recording-changes.asc
@@ -171,7 +171,7 @@ Changes to be committed:
171
172
While the `git status` output is pretty comprehensive, it's also quite wordy.
173
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.
+If you run `git status -s` or `git status --short` you get a far more simplified output from the command:
175
176
[source,console]
177
----
0 commit comments