Skip to content

Instantly share code, notes, and snippets.

@uiur
Created November 13, 2013 06:30
Show Gist options
  • Save uiur/7444655 to your computer and use it in GitHub Desktop.
Save uiur/7444655 to your computer and use it in GitHub Desktop.
branch名から数字だけとる
git rev-parse --abbrev-ref HEAD | sed -e "s/^[^0-9]*\([0-9]*\).*$/\1/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment