git-status: add verbose command (#13433)

pull/28/head
Managor 2024-08-15 15:10:58 +03:00 committed by GitHub
parent 7b7e1398d5
commit a0ad263564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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`