git-status: add command with --branch flag (#3787)

client-spec/clarity
Kamal Banga 2020-01-23 19:28:27 +05:30 committed by Iván Hernández Cazorla
parent 5eb53e4a7a
commit e1b7b6f25e
1 changed files with 5 additions and 1 deletions

View File

@ -8,10 +8,14 @@
`git status`
- Give output in short format:
- Give output in [s]hort format:
`git status -s`
- Don't show untracked files in the output:
`git status --untracked-files=no`
- Show output in [s]hort format along with [b]ranch info:
`git status -sb`