Document daemon command
[TortoiseGit.git] / doc / source / en / TortoiseGit / tsvn_dug / dug_daemon.xml
blobc3fb4f90877b03034c56030149e0a34143b7e667
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE sect1 SYSTEM "../../../dtd/dblite.dtd">
3 <sect1 id="tsvn-dug-daemon">
4     <?dbhh topicname="HIDD_DAEMON"?>
5     <title>Daemon</title>
6     <indexterm>
7         <primary>daemon</primary>
8     </indexterm>
9     <indexterm>
10         <primary>Daemon</primary>
11     </indexterm>
12     <para>
13         <figure id="tsvn-dug-daemon-dia-1">
14             <title>A running daemon dialog</title>
15             <graphic fileref="../images/DaemonProgress.png"/>
16         </figure>
17         Sometimes you want to quickly share you local repository to others
18                 without pushing to a Git server.
19                 That's when you need to use
20         <menuchoice>
21             <guimenu>TortoiseGit</guimenu>
22             <guimenuitem>Daemon...</guimenuitem>
23         </menuchoice>
24     </para>
25     <para>
26         This command runs Git Daemon that serves Git protocol at port 9418 (git://hostname/).
27     </para>
28 </sect1>