how to username and password from github code example
Example: change user in git repository
git config user.email "[email protected]"
git config user.name "Your Name"
git config user.password "your password"
git config user.email "[email protected]"
git config user.name "Your Name"
git config user.password "your password"