Guest User

Untitled

a guest
Jan 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. rootbranch=`git rev-parse --abbrev-ref HEAD`
  4. milestone=${rootbranch:3}
  5. featurebranch="$milestone/feature/$1"
  6. git checkout -b $featurebranch
Add Comment
Please, Sign In to add comment