2022-04-07 20:18:15 -05:00
|
|
|
[user]
|
|
|
|
email = rudis@sitosis.com
|
|
|
|
name = Rudis Muiznieks
|
|
|
|
signingkey = CABF2F86EF7884F9
|
|
|
|
[commit]
|
|
|
|
gpgsign = true
|
|
|
|
[gpg]
|
|
|
|
program = gpg
|
|
|
|
[includeIf "gitdir:~/mri/"]
|
|
|
|
path = ~/.gitconfig_work
|
|
|
|
[pull]
|
|
|
|
ff = only
|
|
|
|
[init]
|
|
|
|
defaultBranch = main
|
2022-08-19 07:51:34 -05:00
|
|
|
[push]
|
2023-06-19 15:46:25 -05:00
|
|
|
autoSetupRemote = true
|
|
|
|
[core]
|
|
|
|
editor = nvim
|
2023-08-30 08:44:43 -05:00
|
|
|
[filter "lfs"]
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|