how to permanantly store git username and password ubuntu code example
Example 1: save account to git
git config --global credential.helper store
Example 2: add username password git
$ git config --global credential.helper cache
git config --global credential.helper store
$ git config --global credential.helper cache