I git push my work to a remote Git repository.
git push
Every push will prompt me to input username and password. I would
push
username
password
Just use --repo option for git push command. Like this:
--repo
$ git push --repo https://name:password@bitbucket.org/name/repo.git