Created
July 25, 2012 17:42
-
-
Save chadman/3177468 to your computer and use it in GitHub Desktop.
Deleting a 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 push origin :[branchname] | |
git branch -D [branchname] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[branchname] is the name of the branch you are deleting