mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
git: allowedSignersFile
This commit is contained in:
parent
a92de1a61d
commit
02f23e31b8
1 changed files with 4 additions and 1 deletions
|
|
@ -3,12 +3,15 @@
|
|||
[user]
|
||||
name = Oleksandr Smirnov
|
||||
email = olexsmir@gmail.com
|
||||
signingkey = /home/olex/.ssh/id_ed25519.pub
|
||||
signingkey = ~/.ssh/id_ed25519.pub
|
||||
|
||||
[gpg]
|
||||
program = gpg2
|
||||
format = ssh
|
||||
|
||||
[gpg "ssh"]
|
||||
allowedSignersFile = ~/.config/git_allowed_signers
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
pager = delta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue