git store credentials email code example
Example 1: store git credentials
// local
git config credential.helper store
// global
git config --global credential.helper store
Example 2: git credentials
# this will store your credentials "forever"
git config --global credential.helper store