From f0fde89fb909f0920e791a93a1b65e7f6106050a Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sun, 15 Aug 2021 23:02:06 +0700 Subject: [PATCH] miss me --- git/.gitconfig | 2 +- scripts/git.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index dfcdae7..7864e6f 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,7 +1,7 @@ [user] name = Reinaldy Rafli email = aldy505@tutanota.com - signingkey = 9B7076E05C2C9691 + signingkey = CFDB9400255D8CB6 [core] editor = code [color] diff --git a/scripts/git.sh b/scripts/git.sh index 0661356..f9a9f36 100644 --- a/scripts/git.sh +++ b/scripts/git.sh @@ -11,6 +11,7 @@ gpg --list-secret-keys --keyid-format=long echo "enter the secret on sec rsa4096/THIS PART: " read SECRETKEY gpg --armor --export $SECRETKEY +git config --global user.signingkey $SECRETKEY echo "now go to the .ssh directory, copy the contents of the id_rsa.pub to github" echo "then copy the public key block above also to github"