mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 22:22:53 +02:00
update
This commit is contained in:
parent
1743620336
commit
00ab7446bb
2 changed files with 33 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
[gpg]
|
||||
format = ssh
|
||||
format = ssh
|
||||
[gpg "ssh"]
|
||||
program = "/opt/1Password/op-ssh-sign"
|
||||
program = "/opt/1Password/op-ssh-sign"
|
||||
[commit]
|
||||
gpgsign = true
|
||||
gpgsign = true
|
||||
[user]
|
||||
signingkey = {{ .git.default.publicKey }}
|
||||
name = {{ .git.default.name }}
|
||||
|
@ -13,4 +13,17 @@
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue