From 11996437f8388cf3fbfabe7276e92bd442ecec3c Mon Sep 17 00:00:00 2001 From: James Dixon Date: Thu, 7 Nov 2024 16:47:42 -0500 Subject: [PATCH] add comment for help with setting up creds on a new machine --- config/git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/git/.gitconfig b/config/git/.gitconfig index 8013945..25929f3 100644 --- a/config/git/.gitconfig +++ b/config/git/.gitconfig @@ -1,5 +1,7 @@ # Have git remember credentials # git config --global credential.helper (store|cache|libsecret|git-credential-manager-core) +# setting up git on a new machine: +# https://madjam.dev/how-to-add-git-credentials-on-linux-and-macos-hosts-ssh-and-pat/ # Setting up a new repo *make first commit* # git remote add origin