setup git credentials windows code example
Example 1: create permanent git credentials windows
$ git config --global credential.helper wincred
Example 2: create permanent git credentials windows
git config --global credential.helper store
$ git config --global credential.helper wincred
git config --global credential.helper store