From dd702428312e6d425d201bc1f20c8354a0e5522e Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 6 Nov 2011 19:00:48 +0100 Subject: [PATCH] added note about signing tags Signed-off-by: Sven Strickroth --- doc/source/en/TortoiseGit/tsvn_dug/dug_branchtag.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/source/en/TortoiseGit/tsvn_dug/dug_branchtag.xml b/doc/source/en/TortoiseGit/tsvn_dug/dug_branchtag.xml index 41b6f5ad1..927356d3c 100644 --- a/doc/source/en/TortoiseGit/tsvn_dug/dug_branchtag.xml +++ b/doc/source/en/TortoiseGit/tsvn_dug/dug_branchtag.xml @@ -29,8 +29,8 @@ environment. This process is known as tagging. - Git is very powerfull at branch and tag. It is very easy to create branch - and tag. + Git is very powerfull at branch and tag. It is very easy to create branch + and tag. Creating a Branch or Tag @@ -46,6 +46,9 @@ + Branch: input your branch name. + + Creating a tag is very simple: TortoiseGit @@ -59,16 +62,12 @@ - Branch: input your branch name. - - - Tag: input your tag name. + Tag: input your tag name. You can choose one commit that base on. - If you want your working copy to be switched to the newly created branch automatically, use the @@ -78,6 +77,10 @@ the branch WC when you switch. + Check Sign to create a signed tag. This requires GPG + and a key without a passphrase. + + Press OK to create branch or tag at local repository. @@ -89,7 +92,7 @@ How to switch working copy to tag\branch, - please refer to + please refer to -- 2.11.4.GIT