Skip to content

Instantly share code, notes, and snippets.

@leigh-johnson
Created May 10, 2017 00:14
Show Gist options
  • Save leigh-johnson/ab4d4a483bd54b32e967b2a6794211cf to your computer and use it in GitHub Desktop.
Save leigh-johnson/ab4d4a483bd54b32e967b2a6794211cf to your computer and use it in GitHub Desktop.
git show-branch -a \
| grep '\*' \
| grep -v `git rev-parse --abbrev-ref HEAD` \
| head -n1 \
| sed 's/.*\[\(.*\)\].*/\1/' \
| sed 's/[\^~].*//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment