save you git credentials code example
Example 1: store git credentials
// local
git config credential.helper store
// global
git config --global credential.helper store
Example 2: how to store git credentials
git config --global credential.helper store