File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -283,21 +283,22 @@ <h3>完成推出新版本</h3>
283283</ div >
284284
285285< div class ="scrollblock ">
286- < h2 > < a name ="hotfixes " href ="#hotfixes "> 热点修复 </ a > </ h2 >
286+ < h2 > < a name ="hotfixes " href ="#hotfixes "> 快速修復 </ a > </ h2 >
287287
288288 < ul >
289- < li > 热点修复来自这样的需求:生产环境的版本处于一个不预期状态,需要立即修正。 </ li >
290- < li > 有可能是需要修正 master 分支上某个 TAG 标记的生产版本。 </ li >
289+ < li > 當你的產品發佈環境處於不可預期的狀況,且發生了一些需要立即修正的問題,您可以使用 hotfix 來幫助您。 </ li >
290+ < li > hotfix 是從 master 中加入的版本標籤開始。 </ li >
291291 </ ul >
292292 < p class ="divider "> ★ ★ ★</ p >
293293 < div class ="col-1 ">
294- < h3 > 开始 git flow 热点修复 </ h3 >
294+ < h3 > 開始快速修復 </ h3 >
295295
296- < p > 像其它 git flow 命令一样, 热点修复分支开始自 :</ p >
296+ < p > 快速修復(hotfix)就像其他的 git flow 指令一樣,您可以透過下列指令開始 :</ p >
297297 < blockquote >
298298 git flow hotfix start VERSION [BASENAME]
299299 </ blockquote >
300- < p > VERSION 参数标记着修正版本。你可以从 [BASENAME]开始,< code > [BASENAME]</ code > 为finish release时填写的版本号</ p >
300+ < p > 你必須填寫一個 VERSION 參數,這代表當你完成 hotfix 時發佈的版本號碼。</ p >
301+ < p > 此外你可以自由挑選修復開始的分支名稱< code > [BASENAME]</ code > ,分支名稱如果不填寫的狀況下,預設是 'master'。</ p >
301302 </ div >
302303 < div class ="col-2 ">
303304 < div class ="hotfix-start "> </ div >
@@ -306,9 +307,9 @@ <h3>开始 git flow 热点修复</h3>
306307
307308< div class ="scrollblock ">
308309 < div class ="col-1 ">
309- < h3 > 完成热点修复 </ h3 >
310+ < h3 > 完成快速修復 </ h3 >
310311
311- < p > 当完成热点分支,代码归并回 develop 和 master 分支。相应地, master 分支打上修正版本的 TAG。 </ p >
312+ < p > 當你在快速修復分支完成修復後,透過下列的指令讓修復分支合並回 develop 和 master 分支。並且在 master 分支加上修訂版本號的標籤(tag): </ p >
312313 < blockquote >
313314 git flow hotfix finish VERSION
314315 </ blockquote >
You can’t perform that action at this time.
0 commit comments