change credential helper and change spaces to tabs

This commit is contained in:
James Dixon 2022-05-09 19:10:35 -04:00
parent 6e90b09d88
commit c6142f5eff

View File

@ -1,7 +1,7 @@
#Have git remember credentials # Have git remember credentials
# git config --global credential.helper (store|cache|libsecret) # git config --global credential.helper (store|cache|libsecret|git-credential-manager-core)
#
#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>
# git push -u origin master # git push -u origin master
@ -11,6 +11,7 @@
[credential] [credential]
username = lemonase username = lemonase
helper = store helper = store
helper = /usr/local/share/gcm-core/git-credential-manager-core
[color] [color]
ui = true ui = true
status = auto status = auto