Revert "doc: clarify real name requirement"

This reverts commit 4e9bf93e9c.

PR-URL: https://github.com/iojs/io.js/pull/1276
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
Jeremiah Senkpiel 2015-03-26 15:03:11 -04:00
Родитель 08acf1352c
Коммит 5e609e9324
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -79,11 +79,11 @@ $ git checkout -b my-feature-branch -t origin/v1.x
### Step 3: Commit
Make sure git knows your real name and email address:
Make sure git knows your name and email address:
```text
$ git config --global user.name "Jon Doe"
$ git config --global user.email "jon.doe@example.com"
$ git config --global user.name "J. Random User"
$ git config --global user.email "j.random.user@example.com"
```
Writing good commit logs is important. A commit log should describe what