Skip to content

Instantly share code, notes, and snippets.

@examinedliving
Created February 21, 2018 18:41
Show Gist options
  • Select an option

  • Save examinedliving/86de941b7739a0c511ff0f5d00cee620 to your computer and use it in GitHub Desktop.

Select an option

Save examinedliving/86de941b7739a0c511ff0f5d00cee620 to your computer and use it in GitHub Desktop.
Deleting Git Branches
# local
git branch -d {{branch-name}}

# remote
git push origin :{{branch-name}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment