Last active
November 2, 2015 08:58
-
-
Save bouassaba/9111a4d3f7eee87edec0 to your computer and use it in GitHub Desktop.
Git delete remote branch
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
git branch -d the_local_branch | |
git push origin --delete develop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment