doc: fixed internal link
[TortoiseGit.git] / doc / source / en / TortoiseGit / tsvn_dug / dug_clone.xml
blob33954bbb6641f8541d4afcf55e3279283ff5f601
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!DOCTYPE sect1 SYSTEM "../../../dtd/dblite.dtd">\r
3 <sect1 id="tsvn-dug-clone">\r
4   <title>Clone Repository</title>\r
5   <?dbhh topicname="HIDD_CLONE"?>\r
6   <indexterm>\r
7     <primary>Clone Repository</primary>\r
8   </indexterm>\r
9   <indexterm>\r
10     <primary>Repository</primary>\r
11   </indexterm>\r
12   <para>\r
13     This section talks about how to clone a git repository from an existing repository.\r
14     Cloning a git repository is very simple. At an empty directory, \r
15     just use the explorer context menu and select\r
16     <menuchoice>\r
17       <guimenu>Git Clone...\r
18       </guimenu>\r
19     </menuchoice>. \r
20   </para>\r
21   <para>\r
22     Clone Dialog will show. <graphic fileref="../images/GitClone.png"/>\r
23   </para>\r
24   <para>\r
25     <guilabel>Url:</guilabel> Input repository URL address, which you will clone <emphasis>from</emphasis>.\r
26     You can click <guibutton>Browse</guibutton> to browse directory.\r
27   </para>\r
28   <para>\r
29     <guilabel>Directory:</guilabel>Input your local directory, which you will clone <emphasis>to</emphasis>.\r
30     You can click <guibutton>Browse</guibutton> to browse directory. \r
31   </para>\r
32   <para>\r
33     If you check the <guilabel>Load Putty Key</guilabel> checkbox, clone will auto load putty key file with Pageant.\r
34     You can click <guibutton>...</guibutton> to browse putty key file.\r
35   </para>\r
36   <para>\r
37     Clone will checkout currrent HEAD to work space automatically. \r
38   </para>\r
39   <para> <!-- FIXME command git-choose-ssh does not exist -->\r
40     Git clone supports http, git and ssh protocol. <xref linkend="tsvn-dug-settings-network"/> shows how to choose SSH client.\r
41     OpenSSH, PLink or TortoisePlink. \r
42   </para>\r
43   <para>\r
44     You can find more information at <xref linkend="git-clone(1)"/>\r
45   </para>\r
46 </sect1>\r