gitconfig: Add config in case my PGP keys went brrrr.

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-02-22 13:57:24 +08:00
parent a2b4974c65
commit 8f9f37af76
1 changed files with 16 additions and 0 deletions

16
no-gpg.gitconfig Normal file
View File

@ -0,0 +1,16 @@
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Andrei Jiroh Eugenio Halili
email = andreijiroh@madebythepins.tk
# signingKey = A30EBE40AD856D88
[commit]
signoff = true
# gpgSign = true
[tag]
# gpgSign = true
[core]
## For god's sake, use Nano as possible.
## This way, we don't need to install VS Code again
## if we want to edit files.
editor = nano