Fix git cleanup command

This commit is contained in:
Daniel Lynn 2021-07-19 10:54:31 -05:00
parent 53d8892798
commit 8ce4188c56
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -16,7 +16,7 @@
br = branch
last = log -1 HEAD
cl = clone
cleanup = "!git branch --merged | egrep -v '(*|master|main|dev|develop)' | xargs -r git branch -d"
cleanup = "!git branch --merged | egrep -v \"(\\*|master|main|dev|develop)\" | xargs -r git branch -d"
[user]
email = __[email]__
name = __[name]__