Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions content/install/mac.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,16 @@ <h3>MacPorts</h3>
<p>Install <a href="https://www.macports.org">MacPorts</a> if you don't already have it, then:<br>
<code>$ sudo port install git</code></p>

<h3>Xcode</h3>
<p>Apple ships a binary package of Git with <a href="https://developer.apple.com/xcode/">Xcode</a>.</p>
<h3>Xcode Command Line Tools</h3>
<p>Apple ships a binary package of Git with <a
href="https://developer.apple.com/xcode/resources/">Xcode Command Line
Tools</a>. You can install this via:<br>
<code>$ xcode-select --install</code></p>

<h3>Binary installer</h3>
<p>Tim Harper provided an installer for Git until version 2.33.0 / 2021.
These installers are no longer linked from here because there are no updates
since that version, nor are there plans to provide any.</p>

<h3>Installing git-gui</h3>
<p>If you would like to install <a href="https://git-scm.com/docs/git-gui/">git-gui</a> and <a href="https://git-scm.com/docs/gitk/">gitk</a>,
Expand Down
Loading