mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-05-18 07:00:53 +02:00
Fix a typo in: git flow feature finish
This commit is contained in:
parent
ffeb421810
commit
88aff65467
@ -206,7 +206,7 @@
|
|||||||
This action performs the following
|
This action performs the following
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Merged MYFEATURE into 'develop'</li>
|
<li>Merges MYFEATURE into 'develop'</li>
|
||||||
<li>Removes the feature branch</li>
|
<li>Removes the feature branch</li>
|
||||||
<li>Switches back to 'develop' branch</li>
|
<li>Switches back to 'develop' branch</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user