mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-05-14 21:04:25 +02:00
fix error in feature description
This commit is contained in:
parent
43d476cd8b
commit
ad4bc6546a
@ -158,7 +158,7 @@ code {
|
|||||||
|
|
||||||
.lines-big {
|
.lines-big {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 4315px;
|
height: 4395px;
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
background: url("../img/lines-big.png");
|
background: url("../img/lines-big.png");
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -226,12 +226,14 @@
|
|||||||
<h3>Getting a published feature</h3>
|
<h3>Getting a published feature</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Get a feature published by another user and track remote changes.
|
Get a feature published by another user.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
git flow feature pull MYFEATURE
|
git flow feature pull origin MYFEATURE
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<p>You can track a feature on origin by using <code> git flow feature track MYFEATURE</code> </p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-2">
|
<div class="col-2">
|
||||||
<div class="feature-pull"></div>
|
<div class="feature-pull"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user