How to update git password for command line code example
Example: how to change git password in git bash
git config --global user.name "Bob"
git config --global user.email "[email protected]"
git config --global user.name "Bob"
git config --global user.email "[email protected]"