windows git ommit password code example
Example 1: create permanent git credentials windows
git remote set-url origin [email protected]:username/repo.git
Example 2: create permanent git credentials windows
git config --global credential.helper 'cache --timeout=600'