Use a Credential Helper in Git
If you’re accessing a Git repository using HTTPS, you might want to configure a Credential Helper. This will cache your password, giving you a much smoother workflow. On Windows you can configure the wincred Credentail Helper like this:
git config --global credential.helper wincred
See https://help.github.com/articles/caching-your-github-password-in-git/











