We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb3e7d5 + 9c589d9 commit 5b94967Copy full SHA for 5b94967
Documentation/git-status.txt
@@ -41,6 +41,14 @@ OPTIONS
41
--long::
42
Give the output in the long-format. This is the default.
43
44
+-v::
45
+--verbose::
46
+ In addition to the names of files that have been changed, also
47
+ show the textual changes that are staged to be committed
48
+ (i.e., like the output of `git diff --cached`). If `-v` is specified
49
+ twice, then also show the changes in the working tree that
50
+ have not yet been staged (i.e., like the output of `git diff`).
51
+
52
-u[<mode>]::
53
--untracked-files[=<mode>]::
54
Show untracked files.
0 commit comments