Created
September 30, 2016 23:24
-
-
Save marczych/b1ba626c2eaa64f1d25e7a3b08bccda3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git branch -r --merged | egrep -v "(^\*|master|dev)" | sed -E 's#^.*origin/(.*)$#:\1#' | xargs git push origin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment