Sprintly alias
This commit is contained in:
parent
6ea3351adc
commit
5d0c988f71
@ -149,3 +149,5 @@ alias rs='rspec spec'
|
|||||||
|
|
||||||
# Sprintly - https://github.com/nextbigsoundinc/Sprintly-GitHub
|
# Sprintly - https://github.com/nextbigsoundinc/Sprintly-GitHub
|
||||||
alias sp='sprintly'
|
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\`"
|
||||||
|
Loading…
Reference in New Issue
Block a user