add track translate

This commit is contained in:
tony 2014-11-08 02:00:53 +08:00
parent 8df1afe36e
commit a9c455c1d9

View File

@ -214,6 +214,14 @@
<blockquote>
git flow feature pull MYFEATURE
</blockquote>
<p>
你也可以透過下列指令進而追蹤一個功能:
</p>
<blockquote>
git flow feature track MYFEATURE
</blockquote>
</div>
<div class="col-2">
<div class="feature-pull"></div>
@ -222,7 +230,7 @@
<div class="scrollblock">
<h2><a name="release" href="#release">作一个release版本</a></h2>
<h2><a name="release" href="#release">製作一個 release 版本</a></h2>
<ul>
<li>支持一个新的用于生产环境的发布版本。 </li>