Yes, you can do
git push https://username:password@myrepository.biz/file.git --all
in this case https://username:password@myrepository.biz/file.git replace the origin in git push origin --all
To see more options for git push, try git help push