diff --git a/gitconfig b/gitconfig index a1248ac..1324158 100644 --- a/gitconfig +++ b/gitconfig @@ -20,7 +20,7 @@ last = log -1 HEAD cl = clone 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 + lg = 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 --skip-worktree unignore = update-index --no-assume-unchanged --no-skip-worktree ls-ignores = "!git ls-files -v | rg "^h" | cut -f2 -d' '"