Skip to content

Commit

Permalink
Revert "doc: clarify real name requirement"
Browse files Browse the repository at this point in the history
This reverts commit 4e9bf93.

PR-URL: #1276
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
Fishrock123 committed Mar 26, 2015
1 parent 08acf13 commit 5e609e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e609e9

Please sign in to comment.