how to connect to github from git code example
Example: how to set up git for github
$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"
$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"