Skip to content

Instantly share code, notes, and snippets.

@apbarrero
Created June 22, 2014 07:22
Show Gist options
  • Save apbarrero/00364d4707070bd00a51 to your computer and use it in GitHub Desktop.
Save apbarrero/00364d4707070bd00a51 to your computer and use it in GitHub Desktop.
git ahead
git config --global alias.ahead '!git log HEAD..origin/$(git symbolic-ref HEAD | sed "s:refs/heads/::g")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment