Skip to content

Commit

Permalink
Sprintly alias
Browse files Browse the repository at this point in the history
  • Loading branch information
skwp committed Jan 10, 2013
1 parent 6ea3351 commit 5d0c988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/aliases.zsh
Expand Up @@ -149,3 +149,5 @@ alias rs='rspec spec'

# Sprintly - https://github.com/nextbigsoundinc/Sprintly-GitHub
alias sp='sprintly'
# spb = sprintly branch - create a branch automatically based on the bug you're working on
alias spb="git checkout -b \`sp | tail -2 | grep '#' | sed 's/^ //' | sed 's/[^A-Za-z0-9 ]//g' | sed 's/ /-/g' | cut -d"-" -f1,2,3,4,5\`"

0 comments on commit 5d0c988

Please sign in to comment.