Skip to content

Instantly share code, notes, and snippets.

@jstrassburg
Created June 9, 2014 16:11
Show Gist options
  • Save jstrassburg/b97d4d1f15eb084e903e to your computer and use it in GitHub Desktop.
Save jstrassburg/b97d4d1f15eb084e903e to your computer and use it in GitHub Desktop.
Delete git branches local and remote
git branch -d branch_name # local
git push origin --delete branch_name # remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment