Confirmed users
241
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
Make sure you've identified yourself via [http://git-scm.com/book/en/Getting-Started-First-Time-Git-Setup git config]. | Make sure you've identified yourself via [http://git-scm.com/book/en/Getting-Started-First-Time-Git-Setup git config]. | ||
$ git config --global user.name "John Doe" | |||
$ git config --global user.email johndoe@example.com | |||
Before pushing, make sure your commit message is of the form | Before pushing, make sure your commit message is of the form |