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"