38 lines
766 B
INI
38 lines
766 B
INI
[user]
|
|
name = Andrew Davidson
|
|
email = andrew@amdavidson.com
|
|
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]
|
|
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
|
[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]
|
|
default = simple
|
|
[commit]
|
|
gpgsign = true
|
|
[gpg]
|
|
program = /usr/bin/gpg2
|