Mercurial > hg > config
diff .gitconfig @ 902:06d2cc0fe045
add signing key
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 16 Nov 2023 05:57:09 -0800 |
parents | d01703658029 |
children | 74dc16f074be |
line wrap: on
line diff
--- a/.gitconfig Thu Feb 09 14:16:11 2023 -0800 +++ b/.gitconfig Thu Nov 16 05:57:09 2023 -0800 @@ -3,6 +3,7 @@ [user] name = Jeff Hammel email = jhammel@brightsign.biz + signingkey = /Users/jhammel/.ssh/id_rsa.pub [alias] branches = branch -a current-branch = rev-parse --abbrev-ref HEAD @@ -30,3 +31,5 @@ recurseSubmodules = on-demand [status] submoduleSummary = true +[gpg] + format = ssh