git-guide
git-guide copied to clipboard
Add "Tell Git who you are" section
There is no reference to the initial user and email setup (telling Git who you are):
$git config --global user.name "Your Name" $git config --global user.email "[email protected]"
This node should be between "setup" and "create a new repository"
I just added this in pull request #92.