cara mengatur git untuk github

$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"
Spotless Sheep