Skip to content

Instantly share code, notes, and snippets.

@jfountain
Created September 17, 2014 15:14
Show Gist options
  • Save jfountain/1d834263757462607af0 to your computer and use it in GitHub Desktop.
Save jfountain/1d834263757462607af0 to your computer and use it in GitHub Desktop.
Delete local branches merged to master
git branch --merged master | grep -v 'master$' | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment