OSDN Git Service

Update Git Clone and create repository help document
[tortoisegit/TortoiseGitJp.git] / doc / source / en / TortoiseGit / tsvn_dug / dug_clone.xml
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   <indexterm>\r
6     <primary>Clone Repository</primary>\r
7   </indexterm>\r
8   <indexterm>\r
9     <primary>Repository</primary>\r
10   </indexterm>\r
11   <para>\r
12     This section talk about how to clone a git repository from other repository.\r
13     Clone git repository is very simple.At none git repository directory, \r
14     just use the explorer context menu and select\r
15     <menuchoice>\r
16       <guimenu>Git Clone...\r
17       </guimenu>\r
18     </menuchoice>. \r
19   </para>\r
20   <para>\r
21     Clone Dialog will show. <graphic fileref="../images/GitClone.png"/>\r
22   </para>\r
23   <para>\r
24     <guilabel>Url:</guilabel>Input repository URL address, which you will clone <emphasis>from</emphasis>.\r
25     You can click <guilabel>Browse</guilabel> to browse diectory.\r
26   </para>\r
27   <para>\r
28     <guilabel>Directory:</guilabel>Input your local directory, which you will clone <emphasis>to</emphasis>.\r
29     You can click <guilabel>Browse</guilabel> to browse diectory. \r
30   </para>\r
31   <para>\r
32     If you check<guilabel>Load Putty Key</guilabel> the box, clone will auto load putty key file with Pageant.\r
33     You can click <guilabel>...</guilabel> to browse putty key file.\r
34   </para>\r
35   <para>\r
36     Git clone support http, git and ssh protocol. <xref linkend="git-choose-ssh"/>Show how to choose SSH client.\r
37     OpenSSH, PLink or TortoisePlink. \r
38   </para>\r
39 </sect1>