Added delete branch script.
This commit is contained in:
parent
94d538a193
commit
528e551fd2
1 changed files with 6 additions and 0 deletions
6
git/git-delete-branch
Executable file
6
git/git-delete-branch
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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