mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
git-status: add verbose command (#13433)
This commit is contained in:
parent
7b7e1398d5
commit
a0ad263564
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
|||
|
||||
`git status --short`
|
||||
|
||||
- Show [v]erbose information on changes in both the staging area and working directory:
|
||||
|
||||
`git status --verbose --verbose`
|
||||
|
||||
- Show the [b]ranch and tracking info:
|
||||
|
||||
`git status --branch`
|
||||
|
|
Loading…
Add table
Reference in a new issue