how to add git credentials in windows code example
Example 1: add credentials to git
git config user.name "your username"
git config user.password "your password"
Example 2: add github to windows credentials
git config --global credential.helper manager-core