mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
git-status: add command with --branch flag (#3787)
This commit is contained in:
parent
5eb53e4a7a
commit
e1b7b6f25e
1 changed files with 5 additions and 1 deletions
|
@ -8,10 +8,14 @@
|
||||||
|
|
||||||
`git status`
|
`git status`
|
||||||
|
|
||||||
- Give output in short format:
|
- Give output in [s]hort format:
|
||||||
|
|
||||||
`git status -s`
|
`git status -s`
|
||||||
|
|
||||||
- Don't show untracked files in the output:
|
- Don't show untracked files in the output:
|
||||||
|
|
||||||
`git status --untracked-files=no`
|
`git status --untracked-files=no`
|
||||||
|
|
||||||
|
- Show output in [s]hort format along with [b]ranch info:
|
||||||
|
|
||||||
|
`git status -sb`
|
||||||
|
|
Loading…
Add table
Reference in a new issue