Skip to content

Instantly share code, notes, and snippets.

@stunko
Created December 30, 2015 13:51
Show Gist options
  • Save stunko/90b82911f35ca164fe1b to your computer and use it in GitHub Desktop.
Save stunko/90b82911f35ca164fe1b to your computer and use it in GitHub Desktop.
git show-branch | 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