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