Skip to content

Instantly share code, notes, and snippets.

@jlangridge
Created January 23, 2013 13:33
Show Gist options
  • Save jlangridge/4605628 to your computer and use it in GitHub Desktop.
Save jlangridge/4605628 to your computer and use it in GitHub Desktop.
Branchageddon
git branch -r --merged |
grep origin |
grep -v '>' |
grep -v master |
grep -iv 4.2.8Release |
grep -iv 4.2.7Release |
awk '{split($0,a,"/"); print a[2]}' |
xargs git push origin --delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment