# Store Git credentials permanently

A convenient way for saving your git credentials is enabling the git-credential-store through the following command this is helpful especially when you are using 2FA to authincate and passwords don't work.

git config credential.helper store