Created
May 3, 2021 16:43
-
-
Save alfchee/5ae1289967739d900ee705fbade5432e to your computer and use it in GitHub Desktop.
Delete all merged branches in remote, excluding branches `dev` and `main`.
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 | egrep -v "(^\*|main|dev)" | xargs git branch -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hola Buenas tardes alfchee, me podrías ayudar con lo de convertir Números a Letras por favor no se como adaptarlo a mi código
muchas gracias