diff --git a/gitconfig b/gitconfig index 431b897..f2c9e64 100644 --- a/gitconfig +++ b/gitconfig @@ -22,6 +22,8 @@ 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 + unignore = update-index --no-assume-unchanged + ls-ignores = "!git ls-files -v | rg "^h" | cut -f2 -d' '" [user] email = {{email}}