Skip to content

Instantly share code, notes, and snippets.

@adriaPerez
Last active September 15, 2016 11:15
Show Gist options
  • Save adriaPerez/578d64faf7cfe1353b3e3d23d64dc479 to your computer and use it in GitHub Desktop.
Save adriaPerez/578d64faf7cfe1353b3e3d23d64dc479 to your computer and use it in GitHub Desktop.
Delete merged branches
git branch --merged | grep -v \* | xargs git branch -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment