Created
September 20, 2017 08:00
-
-
Save Rebolon/f2a5cee2ef1df06ecc65beb7f8d5f8b5 to your computer and use it in GitHub Desktop.
clean git branch already merged
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 --merged | grep -v '\*' | xargs -n 1 git branch -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment