How to make git memorize user and password, so you do not have to type every time you upgrade to a project?
How to make git memorize user and password, so you do not have to type every time you upgrade to a project?
What you need to understand is that there are two ways to use git, no matter what the place of the repository, which are: via https
and ssh
, if you use https
, you need to put the whole password time to use. If you use with ssh
you do not need to enter the password.
Generating the public key Generate ssh key in git
And if you use github as a code aggregator then check out this article. link