add comment for help with setting up creds on a new machine

This commit is contained in:
James Dixon 2024-11-07 16:47:42 -05:00
parent 427c7b3cf2
commit 11996437f8

View File

@ -1,5 +1,7 @@
# Have git remember credentials # Have git remember credentials
# git config --global credential.helper (store|cache|libsecret|git-credential-manager-core) # 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* # Setting up a new repo *make first commit*
# git remote add origin <url/path to git project> # git remote add origin <url/path to git project>