SyntaxFix
Write A Post
Hire A Developer
Questions
It is better to use credentials for security, but you can keep it for some time using the cache:
git config --global credential.helper cache git config credential.helper 'cache --timeout=3600'
Your credentials will be saved for 3600 seconds.