Skip to content

Instantly share code, notes, and snippets.

@T-Spoon
Last active August 29, 2015 14:15
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 T-Spoon/a9791325a93e673e4967 to your computer and use it in GitHub Desktop.
Save T-Spoon/a9791325a93e673e4967 to your computer and use it in GitHub Desktop.
Git - Delete Local Branches That Have Been Merged
git branch -d $(git branch --merged)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment