login to git bash code example
Example 1: how to login to git from terminal
git config --global user.email "[email protected]"
Example 2: git bash set global username and password
$ git config --list --show-origin
git config --global user.email "[email protected]"
$ git config --list --show-origin