how to config git bash to my github repository 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]"