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