git ubuntu save password code example
Example 1: save account to git
git config --global credential.helper store
Example 2: add credentials git linux
# This cache timeout is in seconds
$ git config --global credential.helper 'cache --timeout=3600'