git push pusher password
git add .
git commit -m "Bug Fixed"
git push https://<username>:<password>@github.com/<username>/<repository>.git --all
Shadow
git add .
git commit -m "Bug Fixed"
git push https://<username>:<password>@github.com/<username>/<repository>.git --all
$ git config --global credential.helper cache
# inside of ~/.netrc
machine github.com
login <user>
password <password>