git config --global user.email johndoe@example.com
git config --global user.password ●●●●●●●●●●●
git add .
git commit -m "Bug Fixed"
git push https://<username>:<password>@github.com/<username>/<repository>.git --all
$ git config --global credential.helper cache
git config --global credential.helper store
git pull