how to store your own git server password in 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