OSDN Git Service

Update Git Clone and create repository help document
[tortoisegit/TortoiseGitJp.git] / doc / source / en / TortoiseGit / tsvn_dug / dug_clone.xml
diff --git a/doc/source/en/TortoiseGit/tsvn_dug/dug_clone.xml b/doc/source/en/TortoiseGit/tsvn_dug/dug_clone.xml
new file mode 100644 (file)
index 0000000..3f8cb36
--- /dev/null
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!DOCTYPE sect1 SYSTEM "../../../dtd/dblite.dtd">\r
+<sect1 id="tsvn-dug-clone">\r
+  <title>Clone Repository</title>\r
+  <indexterm>\r
+    <primary>Clone Repository</primary>\r
+  </indexterm>\r
+  <indexterm>\r
+    <primary>Repository</primary>\r
+  </indexterm>\r
+  <para>\r
+    This section talk about how to clone a git repository from other repository.\r
+    Clone git repository is very simple.At none git repository directory, \r
+    just use the explorer context menu and select\r
+    <menuchoice>\r
+      <guimenu>Git Clone...\r
+      </guimenu>\r
+    </menuchoice>. \r
+  </para>\r
+  <para>\r
+    Clone Dialog will show. <graphic fileref="../images/GitClone.png"/>\r
+  </para>\r
+  <para>\r
+    <guilabel>Url:</guilabel>Input repository URL address, which you will clone <emphasis>from</emphasis>.\r
+    You can click <guilabel>Browse</guilabel> to browse diectory.\r
+  </para>\r
+  <para>\r
+    <guilabel>Directory:</guilabel>Input your local directory, which you will clone <emphasis>to</emphasis>.\r
+    You can click <guilabel>Browse</guilabel> to browse diectory. \r
+  </para>\r
+  <para>\r
+    If you check<guilabel>Load Putty Key</guilabel> the box, clone will auto load putty key file with Pageant.\r
+    You can click <guilabel>...</guilabel> to browse putty key file.\r
+  </para>\r
+  <para>\r
+    Git clone support http, git and ssh protocol. <xref linkend="git-choose-ssh"/>Show how to choose SSH client.\r
+    OpenSSH, PLink or TortoisePlink. \r
+  </para>\r
+</sect1>
\ No newline at end of file