From: Frank Li Date: Sat, 20 Jun 2009 13:37:55 +0000 (+0800) Subject: Add pull and fetch document X-Git-Url: http://git.sourceforge.jp/view?p=tortoisegit%2FTortoiseGitJp.git;a=commitdiff_plain;h=43765168b1c01ee73c7310c2e7301a268cb109e4 Add pull and fetch document Signed-off-by: Frank Li --- diff --git a/doc/images/en/GitPull.png b/doc/images/en/GitPull.png new file mode 100644 index 0000000..2ab640f Binary files /dev/null and b/doc/images/en/GitPull.png differ diff --git a/doc/source/en/TortoiseGit/tsvn_dug/dug.xml b/doc/source/en/TortoiseGit/tsvn_dug/dug.xml index a551eaa..bb7f15d 100644 --- a/doc/source/en/TortoiseGit/tsvn_dug/dug.xml +++ b/doc/source/en/TortoiseGit/tsvn_dug/dug.xml @@ -64,9 +64,10 @@ --> - - + + + diff --git a/doc/source/en/TortoiseGit/tsvn_dug/dug_clone.xml b/doc/source/en/TortoiseGit/tsvn_dug/dug_clone.xml index b51d158..8c9a142 100644 --- a/doc/source/en/TortoiseGit/tsvn_dug/dug_clone.xml +++ b/doc/source/en/TortoiseGit/tsvn_dug/dug_clone.xml @@ -2,6 +2,7 @@ Clone Repository + Clone Repository diff --git a/doc/source/en/TortoiseGit/tsvn_dug/dug_pullfetch.xml b/doc/source/en/TortoiseGit/tsvn_dug/dug_pullfetch.xml new file mode 100644 index 0000000..f0c27df --- /dev/null +++ b/doc/source/en/TortoiseGit/tsvn_dug/dug_pullfetch.xml @@ -0,0 +1,57 @@ + + + + Pull and Fetch change + + + Pull + + + Fetch + + + This section talk about how to Fetch or pull change from the other + repository. The difference of Pull and fetch is: + + + Pull will merge remote branch change to local branch which tracked with + remote branch. Fetch just get change from remote branch and never merge. + + + + TortoiseGit + + Pull... + + . + + + + TortoiseGit + + Fetch... + + . + + + Pull\fetch Dialog will show. + + + Remote:Choose Remote + + + Other: Input Other URL or local directory + You can click Browse to browse diectory. + + + If you checkAutoload Putty Key the check box, Putty key + will auto load by pagaent. + + + Manage Remotes to add or modify remote configuration. + + + Git clone support http, git and ssh protocol. Show how to choose SSH client. + OpenSSH, PLink or TortoisePlink. + + \ No newline at end of file