mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
16 lines
318 B
Cheetah
16 lines
318 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 21600
|
|
helper = oauth
|
|
[hub]
|
|
protocol = ssh
|
|
|