Created
September 3, 2019 12:15
-
-
Save LucianBuzzo/4baae6d79d8cea6c4d557cc271ef5f18 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
| delete-merged-branches = "!f() { git checkout --quiet master && git branch --merged | grep --invert-match '\\*' | xargs -n 1 git branch --delete; git checkout --quiet @{-1}; }; f" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment