Luca Milanesio
2013-11-08 a0831dca3c087658a689bae102e2040a90c48d2e
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