how to logon in git using username and password from command line 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: git push ubuntu need to supply email and password everytime
machine github.com
login <user>
password <password>