mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-08-13 16:47:26 +02:00
update style
This commit is contained in:
11
index.html
11
index.html
@ -211,7 +211,7 @@
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<img src="img/feature-publish.png" alt="publish feature"/>
|
||||
<div class="feature-publish"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -230,7 +230,7 @@
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<img src="img/feature-pull.png" alt="publish feature"/>
|
||||
<div class="feature-pull"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -287,10 +287,11 @@
|
||||
git flow release publish RELEASE
|
||||
</code>
|
||||
</blockquote>
|
||||
<p>(You can track a remote release with the <br/><code>git flow release track RELEASE</code> command)</p>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="release-end"></div>
|
||||
<p>(You can track a remote release with the <br/><code>git flow release track RELEASE</code> command)</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -323,10 +324,10 @@
|
||||
<div class="col-1">
|
||||
<h3>Finish a hotfix</h3>
|
||||
|
||||
<p>TODO</p>
|
||||
<p>By finishing a hotfix it gets merged back into develp and master. Additionally the master merge ist tagged.</p>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="hotfix-finish"></div>
|
||||
<div class="hotfix-end"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user