Skip to content

Instantly share code, notes, and snippets.

@kompiro
Last active December 17, 2015 08:59
Show Gist options
  • Save kompiro/5584483 to your computer and use it in GitHub Desktop.
Save kompiro/5584483 to your computer and use it in GitHub Desktop.
$ git flow feature start ticket_no
#!/usr/bin/env zsh
TICKET_NO=`git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* feature\/\(.*\)/\1 /'`
fetch_script $TICKET_NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment