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