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:
parent
2fff0f6599
commit
c7b61ea4ec
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
# remove remote git branch
|
||||
# usage: git delete-branch name
|
||||
|
||||
git branch -D $1
|
||||
git push origin :$1
|
Loading…
Add table
Add a link
Reference in a new issue