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
I used the answer that Pavel suggested and it worked for me. My difference was to do it while I was adding the remote like so: git remote add (alias) https://(name:password)@github.com/(the remote address).git
git remote add (alias) https://(name:password)@github.com/(the remote address).git