SyntaxFix
Write A Post
Hire A Developer
Questions
Yes, you can do
git push https://username:[email protected]/file.git --all
in this case https://username:[email protected]/file.git replace the origin in git push origin --all
https://username:[email protected]/file.git
origin
git push origin --all
To see more options for git push, try git help push
git push
git help push