how to store git credentials
// local
git config credential.helper store
// global
git config --global credential.helper store# this will store your credentials "forever"
git config --global credential.helper store$ git config credential.helper store
$ git push http://example.com/repo.git
Username: <type your username>
Password: <type your password>
[several days later]
$ git push http://example.com/repo.git
[your credentials are used automatically]# This cache timeout is in seconds
$ git config --global credential.helper 'cache --timeout=3600'
git config --global credential.helper store
Also in C++:
- how to install nvm in ubuntu 18.04
- App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
- angular/animations install npm
- spotify ubuntu
- bash show special characters in file
- android studio licenses
- linux install figlet
- ubuntu remove user
- how to un zip a file in linux command line
- install vagrant in ubuntu 18.04
- show git branch on terminal on mac
- perl install Switch
- screen linux terminal
- git add remote
- how to install pyaudio in ubuntu
- Fetch submodules recursively
- how to wget on windows
- install noedjs
- github add multiple credentials windows
- install mongodb ubuntu 20.04
- bitbucket how to undo commit
- remove all containers docker
- mongoose connection node
- android logs for app on terminal