Skip to content

Instantly share code, notes, and snippets.

@Kyle-Falconer
Created September 1, 2016 17:03
Show Gist options
  • Save Kyle-Falconer/bed86946f7d8ebf3e93f75480bded0f6 to your computer and use it in GitHub Desktop.
Save Kyle-Falconer/bed86946f7d8ebf3e93f75480bded0f6 to your computer and use it in GitHub Desktop.
delete local and remote branch
git branch -d branch_name
git push origin --delete branch_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment