SyntaxFix
Write A Post
Hire A Developer
Questions
get url of your git when inside working dir :
git config remote.origin.url
then :
git config credential.helper store git push "url of your git"
will ask username and password last one time
done.