git connect to github code example
Example 1: login github command line
git config --global user.email "[email protected]"
Example 2: how to set up git for github
$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"
Example 3: login github command line
git config --global user.name "your_username"