mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 06:02:53 +02:00
29 lines
625 B
Cheetah
29 lines
625 B
Cheetah
[gpg]
|
|
format = ssh
|
|
[gpg "ssh"]
|
|
program = "/opt/1Password/op-ssh-sign"
|
|
[commit]
|
|
gpgsign = true
|
|
[user]
|
|
signingkey = {{ .git.default.publicKey }}
|
|
name = {{ .git.default.name }}
|
|
email = {{ .git.default.email }}
|
|
[credential]
|
|
helper = cache --timeout 604800
|
|
helper = oauth
|
|
[hub]
|
|
protocol = ssh
|
|
[http]
|
|
postBuffer = 624288000
|
|
[lfs]
|
|
concurrenttransfers = 10
|
|
activitytimeout = 3600
|
|
dialtimeout = 3600
|
|
keepalive = 3600
|
|
tlstimeout = 3600
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
|