We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0795b7c commit 633c677Copy full SHA for 633c677
git_delete_branch
@@ -0,0 +1,3 @@
1
+#!/bin/sh
2
+BRANCH_NAME=$@
3
+git push origin --delete ${BRANCH_NAME}
0 commit comments