# Add to %PATH% # Can run: git nb MY_BRANCH_NAME #!/bin/sh git checkout master git pull git checkout -b $1 git push -u origin $1