Created
August 10, 2018 02:38
-
-
Save goddoe/69c3cc910bcdc103d989069f33a7f3d7 to your computer and use it in GitHub Desktop.
Remove local merged branch.
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 >/tmp/merged-branches && vi /tmp/merged-branches && xargs git branch -d </tmp/merged-branches |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment