add signing to gitconfig

This commit is contained in:
Guilherme Rugai Freire 2021-06-03 16:37:11 -03:00
parent 1989485c61
commit f3084eb3eb
No known key found for this signature in database
GPG Key ID: 86DC96AE4AEBC162

View File

@ -8,6 +8,7 @@
[user] [user]
email = 41879254+GRFreire@users.noreply.github.com email = 41879254+GRFreire@users.noreply.github.com
name = Guilherme Rugai Freire name = Guilherme Rugai Freire
signingkey = C9D6D9025A4CC2987224771986DC96AE4AEBC162
[core] [core]
editor = vim editor = vim
@ -18,3 +19,6 @@
unstage = reset HEAD -- unstage = reset HEAD --
undo = reset --soft HEAD~1 undo = reset --soft HEAD~1
discard = checkout -- discard = checkout --
[commit]
gpgsign = true