Skip to content

Commit 633c677

Browse files
authored
Create git_delete_branch
1 parent 0795b7c commit 633c677

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

git_delete_branch

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
BRANCH_NAME=$@
3+
git push origin --delete ${BRANCH_NAME}

0 commit comments

Comments
 (0)