how to login on git bash code example
Example 1: git bash set global username and password
$ git config --list --show-origin
Example 2: login github command line
git config --global user.name "your_username"
$ git config --list --show-origin
git config --global user.name "your_username"