git-guide icon indicating copy to clipboard operation
git-guide copied to clipboard

Add "Tell Git who you are" section

Open allentiak opened this issue 10 years ago • 1 comments

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"

allentiak avatar May 19 '14 10:05 allentiak

I just added this in pull request #92.

ryanmjacobs avatar Oct 10 '14 04:10 ryanmjacobs