UNPKG

@nozomiishii/lefthook-config

Version:
5 lines (4 loc) 206 B
post-merge: commands: delete-merged-branches: run: git branch --merged | grep -Ev '\*|master|main|dev|develop|development|stag|staging|prod|production' | xargs git branch -d; git fetch --prune;