From ec6f8642a60b52c64d6d1e3c9846be5536baf9e4 Mon Sep 17 00:00:00 2001 From: Luddifee Date: Tue, 8 Dec 2020 15:37:27 +0100 Subject: [PATCH] general update --- git-setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git-setup.sh b/git-setup.sh index ea0c692..db830ec 100755 --- a/git-setup.sh +++ b/git-setup.sh @@ -4,3 +4,6 @@ sudo pacman -S git --noconfirm # setup keyring sudo pacman -S libsecret --noconfirm git config --global credential.helper /usr/lib/git-core/git-credential-libsecret + +tput setaf 2; printf "Follow these steps to setup a GPG key for your git instance:\nhttps://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/telling-git-about-your-signing-key\n" +