mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
22 lines
322 B
Text
22 lines
322 B
Text
[user]
|
|
name = Tine Jozelj
|
|
email = tine@tjo.space
|
|
#signingkey = 3818B74E3830D7CF
|
|
|
|
[commit]
|
|
#gpgsign = true
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[filter "lfs"]
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
|
|
[diff]
|
|
external = difft
|
|
|
|
[pull]
|
|
ff = only
|