mirror of
https://github.com/drewcassidy/dotfiles
synced 2024-09-01 18:24:06 +00:00
19 lines
361 B
INI
19 lines
361 B
INI
[user]
|
|
name = drewcassidy
|
|
email = drewcassidy@me.com
|
|
signingkey = 8FD477A1
|
|
[core]
|
|
autocrlf = input
|
|
[commit]
|
|
gpgsign = true
|
|
[gpg]
|
|
program = /usr/local/bin/gpg
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[alias]
|
|
tree = log --all --decorate --oneline --graph
|
|
cm = commit -m
|