Go back to SSH commit signing
This commit is contained in:
parent
5c366db1f8
commit
71eeeb00ac
1 changed files with 8 additions and 6 deletions
14
git/config
14
git/config
|
@ -1,5 +1,7 @@
|
|||
[user]
|
||||
name = Michael Bradley
|
||||
email = michaelmbrad@gmail.com
|
||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAVoIshBPg9X4mVzqEx75qXJiVoNC9mbj0bOAMq5ZUIw
|
||||
|
||||
[core]
|
||||
editor = lvim
|
||||
|
@ -13,12 +15,12 @@
|
|||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[includeIf "gitdir:~/dev/"]
|
||||
path = ./config-personal
|
||||
[includeIf "gitdir:~/school/"]
|
||||
path = ./config-personal
|
||||
[includeIf "gitdir:~/Documents/"]
|
||||
path = ./config-personal
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
[gpg "ssh"]
|
||||
program = /opt/1Password/op-ssh-sign
|
||||
allowedSignersFile = ~/.ssh/allowed_signers
|
||||
|
||||
[credential "https://github.com"]
|
||||
helper = !/usr/bin/gh auth git-credential
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue