Dropped git scripts

Only had the script that removed the local and remote branch. Don't ever really use it at this point as the remove branches are good for posterity and all of that shit
This commit is contained in:
Josh Sherman 2015-01-20 18:51:26 -05:00
parent 2fff0f6599
commit c7b61ea4ec

View file

@ -1,6 +0,0 @@
#!/bin/bash
# remove remote git branch
# usage: git delete-branch name
git branch -D $1
git push origin :$1