Created
January 13, 2022 16:51
-
-
Save nmanumr/7ce22439f1a897fca3a532754e229e87 to your computer and use it in GitHub Desktop.
remove all the merged branches
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 --no-pager branch --merged main | xargs git branch -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment