1
0
Fork 0

update .gitconfig for commit signing using SSH keys

This commit is contained in:
Pratham Patel 2023-06-19 21:28:48 +05:30
parent 9e29bd2a67
commit a3ff0f1ac3
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
[user]
name = Pratham Patel
email = thefirst1322@gmail.com
# signingkey =
#[commit]
# gpgsign = true
signingkey = ~/.ssh/git
[commit]
gpgsign = true
[color]
ui = auto
[init]
@ -17,7 +17,7 @@
[diff]
tool = meld
[gpg]
program = gpg2
format = ssh
[blame]
date = iso8601
showEmail = true