November 4, 2017

Stop relogin everytime pushing to github repo

Instead, lets permanently authenticating with Git repositories using username and password.
Run following command to enable credential caching:

$ git config credential.helper store

Afterwards, make some changes, commit and try with git push.

No more relogin.