adding gpg signing back in, updated key
This commit is contained in:
parent
228fa5c061
commit
1b8b051c7b
1 changed files with 18 additions and 8 deletions
|
@ -1,19 +1,22 @@
|
||||||
[user]
|
[user]
|
||||||
name = Andrew Davidson
|
name = Andrew Davidson
|
||||||
email = andrew@amdavidson.com
|
email = andrew@andr3w.net
|
||||||
signingkey = 17AF8F2A49CF25C6
|
signingkey = F1199FC0A76BB402
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
||||||
[color "branch"]
|
[color "branch"]
|
||||||
current = yellow reverse
|
current = yellow reverse
|
||||||
local = yellow
|
local = yellow
|
||||||
remote = green
|
remote = green
|
||||||
|
|
||||||
[color "diff"]
|
[color "diff"]
|
||||||
meta = yellow bold
|
meta = yellow bold
|
||||||
frag = magenta bold
|
frag = magenta bold
|
||||||
old = red bold
|
old = red bold
|
||||||
new = green bold
|
new = green bold
|
||||||
|
|
||||||
[color "status"]
|
[color "status"]
|
||||||
added = yellow
|
added = yellow
|
||||||
changed = green
|
changed = green
|
||||||
|
@ -23,14 +26,18 @@
|
||||||
ui = true
|
ui = true
|
||||||
diff = auto
|
diff = auto
|
||||||
status = auto
|
status = auto
|
||||||
branch = auto
|
branch = auto
|
||||||
|
|
||||||
[color "diff"]
|
[color "diff"]
|
||||||
whitespace = red reverse
|
whitespace = red reverse
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
||||||
pager = delta
|
pager = delta
|
||||||
|
|
||||||
[alias]
|
[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"
|
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]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
|
@ -38,12 +45,15 @@
|
||||||
plus-color = "#012800"
|
plus-color = "#012800"
|
||||||
minus-color = "#340001"
|
minus-color = "#340001"
|
||||||
syntax-theme = Monokai Extended
|
syntax-theme = Monokai Extended
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = false
|
gpgsign = true
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
Loading…
Reference in a new issue