save git credentials in server code example
Example 1: git save credentials
$ git config --global credential.helper store
Example 2: how to store git credentials
git config --global credential.helper store
$ git config --global credential.helper store
git config --global credential.helper store