Skip to content

Instantly share code, notes, and snippets.

@jfountain
Created February 23, 2015 16:03
Show Gist options
  • Save jfountain/b674196a011397cff727 to your computer and use it in GitHub Desktop.
Save jfountain/b674196a011397cff727 to your computer and use it in GitHub Desktop.
Delete merged branches.
git branch -D $(git branch --merged)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment