Git Notes

Git Password Update

macOS:

git config --global credential.helper osxkeychain

Windows:

git config --global credential.helper wincred

If only want to have crednetials in current directory, can remore --global.