Skip to content

Instantly share code, notes, and snippets.

@ryanwebjackson
Created May 5, 2015 15:53
Show Gist options
  • Save ryanwebjackson/6d35b13ca32c5a6acbc1 to your computer and use it in GitHub Desktop.
Save ryanwebjackson/6d35b13ca32c5a6acbc1 to your computer and use it in GitHub Desktop.
Git - delete branch
git branch -d <branch-name>
git push origin :<branch-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment