Merge branch 'lt/push-config'
[gitweb.git] / Documentation / everyday.txt
index 278161f587497f70643f3805c89e9d87afc790c0..9677671892700ae246dcfe36dc806a548fafe2d2 100644 (file)
@@ -353,6 +353,13 @@ example of managing a shared central repository.
 
 Examples
 ~~~~~~~~
+We assume the following in /etc/services::
++
+------------
+$ grep 9418 /etc/services
+git            9418/tcp                # Git Version Control System
+------------
+
 Run git-daemon to serve /pub/scm from inetd.::
 +
 ------------