dotfiles/git/.gitconfig

46 lines
913 B
INI
Raw Normal View History

[user]
name = Andrew Davidson
email = andrew@amdavidson.com
2019-05-22 02:44:09 +00:00
signingkey = 17AF8F2A49CF25C6
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[color]
ui = true
diff = auto
status = auto
branch = auto
[color "diff"]
whitespace = red reverse
[core]
2020-11-15 15:21:26 +00:00
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
2022-12-07 21:05:17 +00:00
#pager = delta
[alias]
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
[push]
2020-11-15 15:21:26 +00:00
default = simple
[delta]
plus-color = "#012800"
minus-color = "#340001"
syntax-theme = Monokai Extended
[interactive]
2022-12-07 21:05:17 +00:00
#diffFilter = delta --color-only
2020-11-15 15:21:26 +00:00
2019-05-22 02:44:09 +00:00
[commit]
gpgsign = false