This commit is contained in:
Joey Yakimowich-Payne 2023-02-27 11:25:44 -07:00
commit 893cb8865a
No known key found for this signature in database
GPG key ID: CC55F39D665E964D
2 changed files with 73 additions and 1 deletions

View file

@ -6,10 +6,11 @@
[core]
editor = nvim
autocrlf = input
pager = diff-so-fancy | less --tabs=4 -RFX
[pull]
rebase = false
[color]
ui = auto
ui = true
[push]
default = current
[alias]
@ -21,5 +22,20 @@
# (better for interactive use)
stat = !bash -c 'source $HOME/.bashrc && git diff --stat $(git merge-base HEAD \"$(git basebranch)\")'
review = !nvim -p $(git files) +\"tabdo Gdiff $(git basebranch)\" +\"let g:gitgutter_diff_base = '$(git basebranch)'\"
[interactive]
diffFilter = diff-so-fancy --patch
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = 11
frag = magenta bold
func = 146 bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[commit]
gpgsign = true