Created
November 29, 2022 07:59
-
-
Save thuydao/2fa7cc6709a615859b468aea0981cbe7 to your computer and use it in GitHub Desktop.
gitclean
This file contains 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
alias gitclean="git branch --merged | grep -v \* | xargs git branch -D && git remote update origin --prune" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Delete all local branch