Sometimes requiring a project name is not useful (e.g. all students
are sharing the same project).
replacing `192.168.1.2` with your public IP address (e.g. from `ip
addr show scope global`).
+If you don't want to bother listing `my-project` in your URLs, you can
+base the daemon in the project itself (instead of in the parent
+directory):
+
+ $ cd
+ $ git daemon --export-all --base-path=src/my-project --verbose
+
+Then you can clone with:
+
+ $ git clone git://192.168.1.2/
+
+This may be more convenient if you're only sharing a single
+repository.
+
+
[[!tag tags/linux]]
[[!tag tags/tools]]