diff --git a/gitconfig b/gitconfig index 59f363d..474c1f1 100644 --- a/gitconfig +++ b/gitconfig @@ -19,7 +19,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 | rg -v \"(\\*|master|main|dev|develop)\" | xargs -r git branch -d" history = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit ignore = update-index --assume-unchanged