configure git password terminal code example
Example: git credentials
# this will store your credentials "forever"
git config --global credential.helper store
# this will store your credentials "forever"
git config --global credential.helper store