James Moger
2013-11-12 c05da657ec71c46d0e5bc32b074ddcd9d8b76353
src/site/administration.mkd
@@ -95,15 +95,15 @@
**How is this enforced?**
Bob must set his *user.name* and *user.email* values for the repository to match his Gitblit user account **BEFORE** committing to his repository.
<pre>
```
[user "bob"]
    displayName = Bob Jones
    emailAddress = bob@somewhere.com
</pre>
<pre>
```
    git config user.name "Bob Jones"
    git config user.email bob@somewhere.com   
</pre>
or
    git config user.name bob