link git and github code example
Example 1: how to set up git for github
$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"
Example 2: github link
[URL/Link Text Here](http://url.here)
$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"
[URL/Link Text Here](http://url.here)