Hacker News new | ask | show | jobs
by pbiggar 5107 days ago
Is there anyway to get the short git status but still get the output that says "Your branch is ahead of 'origin/master' by 6 commits."
1 comments

status -sb
Awesome thanks!