Skip to content

Instantly share code, notes, and snippets.

@wjrivera
Created December 11, 2018 21:17
Show Gist options
  • Save wjrivera/de95608ac4d57cb9d2fe6a24f99beb83 to your computer and use it in GitHub Desktop.
Save wjrivera/de95608ac4d57cb9d2fe6a24f99beb83 to your computer and use it in GitHub Desktop.
Git
# Delete branch name
git branch -d feature/first
# Remove branches not existing on origin
git remote update origin --prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment