in order not to retype the password every time
Hey @Taleh Mammadli
Welcome to the community!
I assume you are using git CLI and wish to store your credentials so that you don't have to keep re-typing it?
If yes, as per the discussion here, you can use git credential helper to store your password.
Do note that these steps will save your credentials in Plaintext.
Run
git config --global credential.helper store
then
git pull
You will then ask to provide your username and password, which will store under ~/.git-credentials
Cheers,
Syahrul
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.