Skip to content

Instantly share code, notes, and snippets.

@alfchee
Created May 3, 2021 16:43
Show Gist options
  • Save alfchee/5ae1289967739d900ee705fbade5432e to your computer and use it in GitHub Desktop.
Save alfchee/5ae1289967739d900ee705fbade5432e to your computer and use it in GitHub Desktop.
Delete all merged branches in remote, excluding branches `dev` and `main`.
git branch --merged | egrep -v "(^\*|main|dev)" | xargs git branch -d
@Fanny052023
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment