Last active
September 6, 2019 15:47
-
-
Save eyalgo/cd1ead998a32ea326d2dd2dc1abf48f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment