Last Updated: September 27, 2019
·
1.471K
· chadmoran

Better git status output

Git's status output is a bit verbose once you know what you're doing... give this a shot.

git status -sb

It has a much more terse output that doesn't include all the cruft of the normal output.

For extra credit at this to your zsh/bash profile.

alias gs='git status -sb'

1 Response
Add your response

That's neat.

over 1 year ago ·