Document daemon command
[TortoiseGit.git] / doc / source / en / TortoiseGit / tsvn_dug / dug_create.xml
blob5c54bd926b51c26e4df86fa913713fdc7fbac89a
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!DOCTYPE sect1 SYSTEM "../../../dtd/dblite.dtd">\r
3 <sect1 id="tsvn-dug-create">\r
4   <title>Create Repository</title>\r
5   <indexterm>\r
6     <primary>Create Repository</primary>\r
7   </indexterm>\r
8   <indexterm>\r
9     <primary>Repository</primary>\r
10   </indexterm>\r
11   <para>\r
12     This section talks about how to create a git repository.\r
13     Creating an empty git repository is very simple. At an empty directory, \r
14     just use the explorer context menu and select\r
15     <menuchoice>\r
16       <guimenu>Git Create Repository here\r
17       </guimenu>\r
18     </menuchoice>. \r
19     <graphic fileref="../images/GitCreate.png"/>\r
20   </para>\r
21   <para>\r
22     After (non bare) repository is created, ".git" directory will be created. And a messagebox will be shown:\r
23     <graphic fileref="../images/GitCreateMsg.png"/>\r
24   </para>\r
25         <para>\r
26                 You can find more information at <xref linkend="git-init(1)"/>\r
27         </para>\r
28 </sect1>