Skip to content

Instantly share code, notes, and snippets.

@jehiah
Last active March 21, 2024 12:39
Show Gist options
  • Star 56 You must be signed in to star a gist
  • Fork 19 You must be signed in to fork a gist
  • Save jehiah/1288596 to your computer and use it in GitHub Desktop.
Save jehiah/1288596 to your computer and use it in GitHub Desktop.
show git ahead/behind info for branches
moved to github --> https://github.com/bill-auger/git-branch-status/
@bill-auger
Copy link

i have created a repo for this script on github in order to have a proper issue tracker - all further development and communications will take place there - feel free to clone, fork, star , or watch the github repo -->

https://github.com/bill-auger/git-branch-status/

this script is also now icluded in jwiegley's git-scripts collection but please direct comments, bug reports, and feature requests to the upstream issue tracker

@jehiah -
could you please merge my fork into yours - this will replace the script body with a link to the latest upstream repo on github like so:

git remote add bill-auger-gist https://gist.github.com/9335fe2633eae38d3070.git
git fetch bill-auger-gist
git merge bill-auger-gist/master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment