From 9f6f29edf5d43826ef283dcba89f5aefe93430ef Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 27 Jun 2023 20:00:54 -0400 Subject: changes: yeah --- .gitconfig | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 8fb78fd..e375392 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,12 +9,37 @@ grepn = grep -n recommit = commit -C 'HEAD@{1}' mod = !git diff HEAD --relative | diff-so-fancy | grep \"@.*@\" | cut -d\" \" -f2 | grep -v \"^$\" | grep -v \"*\" | uniq: + [core] pager = diff-so-fancy | less --tabs=4 -RFX + #pager = delta +[merge] + conflictstyle = diff3 +[diff] + colorMoved = default + [interactive] diffFilter = diff-so-fancy --patch + #diffFilter = delta --color-only +[add.interactive] + useBuiltin = false # required for git 2.37.0 + [sendemail] smtpserver = smtp.gmail.com smtpuser = zach.decook@bettercarpeople.com smtpencryption = tls smtpserverport = 587 +[color] + ui = true +[color "diff-highlight"] + oldNormal = red bold + oldHighlight = red bold 52 + newNormal = green bold + newHighlight = green bold 22 +[color "diff"] + #meta = yellow + #frag = magenta bold + #commit = yellow bold + old = red bold + new = green bold + whitespace = red reverse -- cgit 1.4.1