Skip to content

Instantly share code, notes, and snippets.

@goofyahead
Created January 3, 2018 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofyahead/33c9212e6755d919210b47252203570d to your computer and use it in GitHub Desktop.
Save goofyahead/33c9212e6755d919210b47252203570d to your computer and use it in GitHub Desktop.
git branch --merged develop | grep -v master | grep -v develop | xargs -L1 git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment