feat(git): enable signing key with ssh
This commit is contained in:
parent
031c2910e3
commit
586db89f4e
@ -1,13 +1,14 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Price Hiller
|
name = Price Hiller
|
||||||
email = price@orion-technologies.io
|
email = price@orion-technologies.io
|
||||||
|
signingkey = /home/sam/.ssh/keys/id_ed25519
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = Development
|
defaultBranch = Development
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
pager = delta
|
pager = delta
|
||||||
ignorecase = false
|
ignorecase = false
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only --features=interactive
|
diffFilter = delta --color-only --features=interactive
|
||||||
@ -61,3 +62,6 @@
|
|||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
|
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user