Change some label to button
[TortoiseGit.git] / doc / source / en / TortoiseGit / tsvn_dug / dug_clone.xml
blobcf6d967c1c44715547cec5d1336a79ffe7796a50
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 other repository.
14     Clone git repository is very simple. At none git repository directory, 
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>.
26     You can click <guibutton>Browse</guibutton> to browse directory.
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. 
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.
34     You can click <guibutton>...</guibutton> to browse putty key file.
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 -->
40     Git clone supports http, git and ssh protocol. <xref linkend="git-choose-ssh"/> shows how to choose SSH client.
41     OpenSSH, PLink or TortoisePlink. \r
42   </para>\r
43 </sect1>