From 8f9f37af766503bd1cc1c6c931980cc7c157fcb3 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Mon, 22 Feb 2021 13:57:24 +0800 Subject: [PATCH] gitconfig: Add config in case my PGP keys went brrrr. Signed-off-by: Andrei Jiroh Eugenio Halili --- no-gpg.gitconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 no-gpg.gitconfig diff --git a/no-gpg.gitconfig b/no-gpg.gitconfig new file mode 100644 index 0000000..f9ee822 --- /dev/null +++ b/no-gpg.gitconfig @@ -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