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'
Written by Chad Moran
Related protips
1 Response
That's neat.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Zsh
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#