Skip to content

Instantly share code, notes, and snippets.

@birchestx
Created July 5, 2014 08:04
Show Gist options
  • Save birchestx/c79bd7d3e2b388d3bf4e to your computer and use it in GitHub Desktop.
Save birchestx/c79bd7d3e2b388d3bf4e to your computer and use it in GitHub Desktop.
git branch -r --merged | grep -v master | sed 's/origin\///' | xargs -n 1 git push --delete origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment