You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

52 lines
1.0 KiB

[user]
name = brettlangdon
email = me@brett.is
signingkey = A70042D88B95AA2B
[credential]
helper = store
[core]
excludesfile = /Users/brettlangdon/.gitignore_global
editor = emacs -nw -Q
pager = delta --dark --keep-plus-minus-markers
whitespace = trailing-space,space-before-tab
[interactive]
diffFilter = delta --color-only
[alias]
st = status
d = diff --color --minimal
dc = diff --color --minimal --cached
g = grep -p
dm = diff origin/master
[diff]
compactionHeuristic = true
algorithm = histogram
[push]
default = simple
[grep]
lineNumber = true
[commit]
gpgsign = true
[color]
ui = true
[color "diff-highlight"]
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
[gpg]
program = gpg
[tag]
forceSignAnnotated = true
[pull]
rebase = false