Skip to content

Instantly share code, notes, and snippets.

@rafinkarki
Created December 15, 2017 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafinkarki/7482c6b7df2a0be258a0be3b5fd36371 to your computer and use it in GitHub Desktop.
Save rafinkarki/7482c6b7df2a0be258a0be3b5fd36371 to your computer and use it in GitHub Desktop.
Git branch delete
git branch --delete branch name
git remote update origin --prune
git fetch --prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment