Last active
October 7, 2015 06:33
-
-
Save Mr-Kumar-Abhishek/10545568e6146d0e15b6 to your computer and use it in GitHub Desktop.
Delete branch from remote only
This file contains 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
#from Git v1.7.0, onwards, | |
git push origin --delete <branch name> |
This file contains 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
$ git push origin :<branch_name> | |
To [email protected]:Mr-Kumar-Abhishek/simplegit.git | |
- [deleted] <branch_name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment