Skip to content

Instantly share code, notes, and snippets.

@chadman
Created July 25, 2012 17:42
Show Gist options
  • Save chadman/3177468 to your computer and use it in GitHub Desktop.
Save chadman/3177468 to your computer and use it in GitHub Desktop.
Deleting a branch
git push origin :[branchname]
git branch -D [branchname]
@chadman
Copy link
Author

chadman commented Jul 25, 2012

[branchname] is the name of the branch you are deleting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment