This commit is contained in:
Max Mathys
2018-03-16 15:21:05 +01:00
parent b9ec21be93
commit 264b1b2a45
24 changed files with 69 additions and 69 deletions

View File

@ -94,7 +94,7 @@
<h2>Basic tips</h2>
<ul>
<li>Git flow provides excellent command line help and output. Read it carefully to see what's happening...</li>
<li>The OSX/Windows Client <a href="http://www.sourcetreeapp.com/">Sourcetree</a> is an excellent git gui and provides
<li>The macOS/Windows Client <a href="http://www.sourcetreeapp.com/">Sourcetree</a> is an excellent git gui and provides
git-flow support
</li>
<li>Git-flow is a merge based solution. It doesn't rebase feature branches.</li>
@ -107,11 +107,11 @@
<h2><a name="setup" href="#setup">Setup</a></h2>
<ul>
<li>You need a working git installation as prerequisite.</li>
<li>Git flow works on OSX, Linux and Windows</li>
<li>Git flow works on macOS, Linux and Windows</li>
</ul>
<p class="divider">&#9733; &#9733; &#9733;</p>
<div class="col-1">
<h3>OSX</h3>
<h3>macOS</h3>
<span>Homebrew</span>
<blockquote>
$ brew install git-flow-avh