Last active
September 21, 2017 19:15
-
-
Save jookyboi/6877917 to your computer and use it in GitHub Desktop.
Delete a Git branch remotely.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g push origin --delete [branch_name] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jookyboi or use shorthand:
$ git push origin :{branch_name} # ----------------^ notice the colon
great why to try this out is
@ Lolz ^^^