-
-
Save aheckmann/1424306 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/bash | |
echo deleting branch $1 | |
git push origin :$1 | |
git branch -D $1 |
looks a lot like my list :)
learnboosters think alike :D
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
haha nice! I call mine gdb too