Improved English version

This commit is contained in:
Diphendara 2018-01-30 17:40:04 +01:00
parent bf1e98ab6f
commit 16189fccb7

View File

@ -253,7 +253,14 @@
git flow feature pull origin MYFEATURE
</blockquote>
<p>You can track a feature on origin by using <code> git flow feature track MYFEATURE</code> </p>
<p>
You can track a feature on origin by using
</p>
<blockquote>
git flow feature track MYFEATURE
</blockquote>
</div>
<div class="col-2">
<div class="feature-pull"></div>