I can use
git status to see a verbose listing (also git status --verbose) and
git status --short to see a short listing.
How I can I change
git status --short be the default instead of the current default of git status --verbose.
|
I can use How I can I change |
|||
|
|
|
See this related stack overflow answer - http://stackoverflow.com/questions/2927672/how-can-i-get-git-status-to-always-use-short-format It looks like the best option would be making an alias, so you could type
|
|||
|