Browse Source

Update git config

master
Brett Langdon 8 years ago
parent
commit
ea246db085
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 16 additions and 14 deletions
  1. +16
    -14
      gitconfig

+ 16
- 14
gitconfig View File

@ -1,7 +1,7 @@
[user]
name = brettlangdon
email = brett@blangdon.com
signingkey = CE12147F
email = me@brett.is
signingkey = B664881177781B04
[credential]
helper = store
[core]
@ -23,18 +23,20 @@
[grep]
lineNumber = true
[commit]
gpgsign = true
gpgsign = true
[color]
ui = true
ui = true
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = 227
frag = magenta bold
commit = 227 bold
old = red bold
new = green bold
whitespace = red reverse
meta = 227
frag = magenta bold
commit = 227 bold
old = red bold
new = green bold
whitespace = red reverse
[gpg]
program = gpg

Loading…
Cancel
Save