From c98a9896f39cc6d354ec5cdbc7380194995a833d Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 15 Jan 2012 15:53:06 +0100 Subject: [PATCH] link FAQ in push and pull sections Signed-off-by: Sven Strickroth --- .../en/TortoiseGit/tsvn_dug/dug_pullfetch.xml | 21 ++++++++++----------- doc/source/en/TortoiseGit/tsvn_dug/dug_push.xml | 11 +++++++---- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/doc/source/en/TortoiseGit/tsvn_dug/dug_pullfetch.xml b/doc/source/en/TortoiseGit/tsvn_dug/dug_pullfetch.xml index 85c51e4fa..387ca0bfc 100644 --- a/doc/source/en/TortoiseGit/tsvn_dug/dug_pullfetch.xml +++ b/doc/source/en/TortoiseGit/tsvn_dug/dug_pullfetch.xml @@ -10,8 +10,8 @@ Fetch - This section talks about how to fetch or pull change from the other - repository. The difference between pull and fetch is: + This section talks about how to fetch or pull change from the other + repository. The difference between pull and fetch is: Pull will merge remote branch change to local branch which tracked with @@ -37,23 +37,22 @@ Pull\fetch Dialog will show. - Remote: Choose Remote + Remote: Choose Remote - Other: Input Other URL or local directory. - You can click ... to browse directory. + Other: Input Other URL or local directory. + You can click ... to browse directory. - If you check the Autoload Putty Key checkbox, Putty key - will auto load by Pageant. + If you check the Autoload Putty Key checkbox, Putty key + will auto load by Pageant. Manage Remotes to add or modify remote configuration. - - Git clone supports http, git and ssh protocol. shows how to choose SSH client. - OpenSSH, PLink or TortoisePlink. - + + You can find more information about PuTTY and using ssh-keys at . + You can find more information at and . diff --git a/doc/source/en/TortoiseGit/tsvn_dug/dug_push.xml b/doc/source/en/TortoiseGit/tsvn_dug/dug_push.xml index cf7363d90..3c4f2f8f9 100644 --- a/doc/source/en/TortoiseGit/tsvn_dug/dug_push.xml +++ b/doc/source/en/TortoiseGit/tsvn_dug/dug_push.xml @@ -24,19 +24,19 @@ Branch - Local: The source branch which will push to other repository. + Local: The source branch which will push to other repository. - Remote: The remote branch of the other repository. + Remote: The remote branch of the other repository. Destination - Remote: Choose remote repository. + Remote: Choose remote repository. - Arbitrary URL: The remote repository url. + Arbitrary URL: The remote repository url. @@ -49,6 +49,9 @@ Autoload Putty Key + + You can find more information about PuTTY and using ssh-keys at . + You can find more information at -- 2.11.4.GIT