git status [pathspec...]
Show the working tree status
Arguments
Options
Name | Description |
---|
-s, --short | Give the output in the short-format |
-v, --verbose | Be verbose |
-b, --branch | Show branch information |
--show-stash | Show stash information |
--porcelain [version] | Give the output in the short-format |
--ahead-behind | Display full ahead/behind values |
--no-ahead-behind | Do not display full ahead/behind values |
--column [options] | Display full ahead/behind values |
--no-column [options] | Do not display untracked files in columns |
--long | Show status in long format (default) |
-z, --null | Terminate entries with NUL |
-u, --untracked-files [arg] | Show untracked files |
--ignore-submodules [when] | Ignore changes to submodules when looking for changes |
--ignored [arg] | Show ignored files |
--no-renames | Do not detect renames |
--renames | Turn on rename detection regardless of user configuration |
--find-renames [n] | Turn on rename detection, optionally setting the similarity threshold |