how to setup my git account on my terminal code example
Example: linux login to github via git
$ 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]"