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.
2 parents 5af48e1 + d6adb68 commit 8273caaCopy full SHA for 8273caa
git-delete-branch
@@ -1,5 +1,4 @@
1
#!/bin/sh
2
# remove remote git branch
3
4
-git branch -D $1
5
-git push origin :$1
+git branch -D $1 && git push origin :$1
0 commit comments