setup github command line 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]"