Skip to content

Instantly share code, notes, and snippets.

@bsingr
Created May 16, 2017 16:00
Show Gist options
  • Save bsingr/bf9eaa0cd1568380e79811ca7a869b49 to your computer and use it in GitHub Desktop.
Save bsingr/bf9eaa0cd1568380e79811ca7a869b49 to your computer and use it in GitHub Desktop.
git-clean-merged-remote-branches
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