Skip to content

Instantly share code, notes, and snippets.

@Alexzanderk
Created April 7, 2022 08:39
Show Gist options
  • Save Alexzanderk/2efc7965eefd3f6af33c98fb614a69e5 to your computer and use it in GitHub Desktop.
Save Alexzanderk/2efc7965eefd3f6af33c98fb614a69e5 to your computer and use it in GitHub Desktop.
Git aliases
[alias]
delete-merged = git branch --merged | egrep -v "(^\*|master|dev)" | xargs git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment