From 843cae53d26de1ce11bed63ce91a221f9e580437 Mon Sep 17 00:00:00 2001 From: tangshuyuan Date: Mon, 10 Nov 2014 15:20:59 +0800 Subject: [PATCH] fix typo & improve translation of hotfix --- index.zh_CN.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.zh_CN.html b/index.zh_CN.html index 25c3a12..a786f78 100644 --- a/index.zh_CN.html +++ b/index.zh_CN.html @@ -239,7 +239,7 @@

你可以选择提供一个 [BASE]参数,即提交记录的 sha-1 hash 值,来开启动 release 分支. 这个提交记录的 sha-1 hash 值必须是'develop' 分支下的。

★ ★ ★

-

创建 release 分支之后立即发布允许其它用户向这个 release 分支提交见容是个明智的做法。命令十分类似发布新特性:

+

创建 release 分支之后立即发布允许其它用户向这个 release 分支提交内容是个明智的做法。命令十分类似发布新特性:

git flow release publish RELEASE
@@ -272,17 +272,17 @@
-

热点修复

+

紧急修复

★ ★ ★

-

开始 git flow 热点修复

+

开始 git flow 紧急修复

-

像其它 git flow 命令一样, 热点修复分支开始自:

+

像其它 git flow 命令一样, 紧急修复分支开始自:

git flow hotfix start VERSION [BASENAME]
@@ -295,9 +295,9 @@
-

完成热点修复

+

完成紧急修复

-

当完成热点分支,代码归并回 develop 和 master 分支。相应地,master 分支打上修正版本的 TAG。

+

当完成紧急修复分支,代码归并回 develop 和 master 分支。相应地,master 分支打上修正版本的 TAG。

git flow hotfix finish VERSION