diff --git a/pages/common/git-status.md b/pages/common/git-status.md index 50a0d4d03..b1104f029 100644 --- a/pages/common/git-status.md +++ b/pages/common/git-status.md @@ -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`