how to save git username and password in terminal code example
Example 1: git save username and password
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'