mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-08-18 18:48:45 +02:00
* Added German Translation
* Updated language index menu in all pages * Fixed HTML (Removed closing paragraph in index.html, line 264)
This commit is contained in:
@@ -57,7 +57,8 @@
|
||||
<a href="index.fr_FR.html" title="Français">Français</a> -
|
||||
<a href="index.it_IT.html" title="Italiano">Italiano</a> -
|
||||
<a href="index.nl_NL.html" title="Nederlands">Nederlands</a> -
|
||||
<a href="index.ru_RU.html" title="Russian">Русский (Russian)</a>
|
||||
<a href="index.ru_RU.html" title="Russian">Русский (Russian)</a> -
|
||||
<a href="index.de_DE.html" title="German">Deutsch (German)</a>
|
||||
</p>
|
||||
</header>
|
||||
|
||||
@@ -261,9 +262,7 @@
|
||||
<div class="col-1">
|
||||
<h3>Start a release</h3>
|
||||
|
||||
<p>To start a release, use the git flow release command. It</p>
|
||||
creates a release branch created from the 'develop' branch.
|
||||
</p>
|
||||
<p>To start a release, use the git flow release command. It creates a release branch created from the 'develop' branch.</p>
|
||||
<blockquote>
|
||||
git flow release start RELEASE [BASE]
|
||||
</blockquote>
|
||||
|
Reference in New Issue
Block a user