[user]
name = Gregory Anders
email = greg@gpanders.com
signingKey = 0x56E93C2FB6B08BDB
[alias]
co = checkout
cm = commit
ls = ls-files
rs = reset
rb = rebase --autostash
l = log
lg = log --oneline --graph
d = diff
ds = diff --staged
a = add
b = branch -vv
f = fetch
m = merge
fm = pull
fr = pull --rebase
p = push
snapshot = !git stash && git stash apply -q
t = tag
s = status
ss = snapshot
st = stash
ca = commit --amend
[commit]
verbose = true
[sendemail]
annotate = yes
confirm = auto
smtpServer = /usr/bin/msmtp
envelopeSender = auto
[rebase]
autoSquash = true
[grep]
lineNumber = true
column = true
patternType = extended
[color]
ui = auto
[credential]
helper = !pass-git-helper \"$@\"
[log]
date = local
[pull]
rebase = true
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f