This commit is contained in:
Reinaldy Rafli 2021-08-15 23:02:06 +07:00
parent 01e4f36de9
commit f0fde89fb9
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[user]
name = Reinaldy Rafli
email = aldy505@tutanota.com
signingkey = 9B7076E05C2C9691
signingkey = CFDB9400255D8CB6
[core]
editor = code
[color]

View File

@ -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"