Skip to content

Commit

Permalink
chore(config): add gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleBluDot committed Feb 19, 2024
1 parent c9b27fd commit 0672e76
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/git/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[user]
name = Pavel Sanchez
email = [email protected]
signingkey = /home/pbd/.ssh/jupiter.pub
signingkey = E646E3C81D06AAF8
[init]
defaultBranch = main
[filter "lfs"]
Expand All @@ -10,10 +10,11 @@
process = git-lfs filter-process
required = true
[gpg]
format = ssh
format = openpgp
program = /usr/bin/gpg
[credential "https://github.com"]
helper =
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper =
helper = !/usr/bin/gh auth git-credential

0 comments on commit 0672e76

Please sign in to comment.