GitBucket
Pull requests
Issues
Snippets
Sign in
mira
/
save my credentials in git
Fork
0
Created at Wed May 09 17:32:12 CEST 2018
Download ZIP
HTTP
Embed
Embed this snippet in your website.
HTTP
Clone with Git using the repository's web address.
Code
Revision
Forks
Mira
revised this
on 9 May 2018
8178198
save my credentials in git
git config credential.helper store then git pull provide user-name and password and those details will be remembered later. The credentials are stored in the disk, with the disk permissions. if you want to change password later git config credential.helper store then git pull provide new password and it will work like before.