Stop relogin everytime pushing to github repo
08 Apr 2020Instead, lets permanently authenticating with Git repositories using username and password.
Run following command to enable credential caching:
<blockquote class="tr_bq">$ git config credential.helper store</blockquote>
Afterwards, make some changes, commit and try with git push.
No more relogin.