Skip to content

Commit 99dc74d

Browse files
authored
Merge pull request danielkummer#72 from zygimantus/gh-pages
Lithuanian language added - thanks to @zygimantus
2 parents e53da94 + 8f518bb commit 99dc74d

File tree

2 files changed

+411
-2
lines changed

2 files changed

+411
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ <h1 id="title">git-flow cheatsheet</h1>
6666
<a href="index.uk_UA.html" title="Ukrainian">Українська (Ukrainian)</a> -
6767
<a href="index.vi_VN.html" title="Tiếng Việt">Tiếng Việt (Vietnamese)</a> -
6868
<a href="index.pl_PL.html" title="Polish">Polski</a> -
69-
<a href="index.ar_MA.html" title="العربية">العربية</a>
69+
<a href="index.ar_MA.html" title="العربية">العربية</a> -
70+
<a href="index.lt_LT.html" title="Lithuanian">Lietuviškai (Lithuanian)</a>
7071
</p>
7172
</header>
7273

@@ -303,7 +304,7 @@ <h3>Finish up a release</h3>
303304
<blockquote>
304305
git flow release finish RELEASE
305306
</blockquote>
306-
<p>Don't forget to push your tags with<code>git push --tags</code></p>
307+
<p>Don't forget to push your tags with <code>git push --tags</code></p>
307308

308309
</div>
309310
<div class="col-2">

0 commit comments

Comments
 (0)