mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2024-11-25 09:23:09 +01:00
Minor translation fixes and Linux installation issue fix #62
This commit is contained in:
parent
524b032e83
commit
066c39a834
@ -116,9 +116,14 @@
|
|||||||
$ port install git-flow-avh
|
$ port install git-flow-avh
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<h3>Linux</h3>
|
<h3>Linux</h3>
|
||||||
|
<span>Debian əsaslı distributivlər</span>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
$ apt-get install git-flow
|
$ apt-get install git-flow
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
<span>Red Hat əsaslı distributivlər</span>
|
||||||
|
<blockquote>
|
||||||
|
$ yum install gitflow
|
||||||
|
</blockquote>
|
||||||
<h3>Windows (Cygwin)</h3>
|
<h3>Windows (Cygwin)</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
$ wget -q -O - --no-check-certificate
|
$ wget -q -O - --no-check-certificate
|
||||||
@ -128,7 +133,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-2">
|
<div class="col-2">
|
||||||
<p>
|
<p>
|
||||||
Git-flow'nun detallı quraşdırılma instruksiyaları üçün zəhmət olmasa <a href="https://github.com/petervanderdoes/gitflow-avh/wiki/Installation">git flow
|
Git-flow'nun detallı quraşdırılma addımları üçün zəhmət olmasa <a href="https://github.com/petervanderdoes/gitflow-avh/wiki/Installation">git flow
|
||||||
wiki</a> səhifəsinə daxil olun.
|
wiki</a> səhifəsinə daxil olun.
|
||||||
</p>
|
</p>
|
||||||
<img src="img/download.png" alt="install git-flow"/>
|
<img src="img/download.png" alt="install git-flow"/>
|
||||||
@ -325,7 +330,6 @@
|
|||||||
git flow hotfix start VERSION [BASENAME]
|
git flow hotfix start VERSION [BASENAME]
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p>ilə başlayır</p>
|
<p>ilə başlayır</p>
|
||||||
<p>The version argument hereby marks the new hotfix release name. Optionally you can specify a basename to start from.</p>
|
|
||||||
<p>Versiya arqumenti yeni düzəliş edilmiş buraxılış adını təyin edir. İstədiyiniz halda düzəlişə başlayacağınız BASENAME-kommiti göstərə bilərsiniz.</p>
|
<p>Versiya arqumenti yeni düzəliş edilmiş buraxılış adını təyin edir. İstədiyiniz halda düzəlişə başlayacağınız BASENAME-kommiti göstərə bilərsiniz.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-2">
|
<div class="col-2">
|
||||||
|
@ -119,9 +119,14 @@
|
|||||||
$ port install git-flow-avh
|
$ port install git-flow-avh
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<h3>Linux</h3>
|
<h3>Linux</h3>
|
||||||
|
<span>Debian based distributives </span>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
$ apt-get install git-flow
|
$ apt-get install git-flow
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
<span>Red Hat based distributives</span>
|
||||||
|
<blockquote>
|
||||||
|
$ yum install gitflow
|
||||||
|
</blockquote>
|
||||||
<h3>Windows (Cygwin)</h3>
|
<h3>Windows (Cygwin)</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
$ wget -q -O - --no-check-certificate
|
$ wget -q -O - --no-check-certificate
|
||||||
|
Loading…
Reference in New Issue
Block a user