how to add username and password with git push code example
Example 1: git push username password
git add .
git commit -m "Bug Fixed"
git push https://<username>:<password>@github.com/<username>/<repository>.git --all
Example 2: add username password git
$ git config --global credential.helper cache