OSDN Git Service

Update Git Clone and create repository help document
authorFrank Li <lznuaa@gmail.com>
Mon, 15 Jun 2009 03:57:16 +0000 (11:57 +0800)
committerFrank Li <lznuaa@gmail.com>
Mon, 15 Jun 2009 03:57:16 +0000 (11:57 +0800)
Signed-off-by: Frank Li <lznuaa@gmail.com>
doc/images/en/ContextMenuDirControl.png
doc/images/en/GitClone.png [new file with mode: 0644]
doc/images/en/GitCreateMsg.png [new file with mode: 0644]
doc/source/en/TortoiseGit/tsvn_dug/dug.xml
doc/source/en/TortoiseGit/tsvn_dug/dug_clone.xml [new file with mode: 0644]
doc/source/en/TortoiseGit/tsvn_dug/dug_create.xml [new file with mode: 0644]

index 9b5623a..193403e 100644 (file)
Binary files a/doc/images/en/ContextMenuDirControl.png and b/doc/images/en/ContextMenuDirControl.png differ
diff --git a/doc/images/en/GitClone.png b/doc/images/en/GitClone.png
new file mode 100644 (file)
index 0000000..6b9d0f5
Binary files /dev/null and b/doc/images/en/GitClone.png differ
diff --git a/doc/images/en/GitCreateMsg.png b/doc/images/en/GitCreateMsg.png
new file mode 100644 (file)
index 0000000..1f4065b
Binary files /dev/null and b/doc/images/en/GitCreateMsg.png differ
index e7d8258..92f25cf 100644 (file)
@@ -62,6 +62,8 @@
        <!--\r
        <xi:include href="./dug_import.xml"/>\r
        -->\r
+  <xi:include href="./dug_create.xml"/>\r
+  <xi:include href="./dug_clone.xml"/>\r
        <xi:include href="./dug_checkout.xml"/>\r
        <xi:include href="./dug_commit.xml"/>\r
        <!--\r
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
diff --git a/doc/source/en/TortoiseGit/tsvn_dug/dug_create.xml b/doc/source/en/TortoiseGit/tsvn_dug/dug_create.xml
new file mode 100644 (file)
index 0000000..87e74e9
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!DOCTYPE sect1 SYSTEM "../../../dtd/dblite.dtd">\r
+<sect1 id="tsvn-dug-create">\r
+  <title>Create Repository</title>\r
+  <indexterm>\r
+    <primary>Create Repository</primary>\r
+  </indexterm>\r
+  <indexterm>\r
+    <primary>Repository</primary>\r
+  </indexterm>\r
+  <para>\r
+    This section talk about how to create a git repository.\r
+    Create git repository is very simple.At none git repository directory, \r
+    just use the explorer context menu and select\r
+    <menuchoice>\r
+      <guimenu>Git Create Repository hearguimenu\r
+      </guimenu>\r
+    </menuchoice>. \r
+  </para>\r
+  <para>\r
+    After repository created, ".git" directory will be created. And messagebox will prompt.\r
+    <graphic fileref="../images/GitCreateMsg.png"/>\r
+  </para>\r
+</sect1>
\ No newline at end of file