Skip to content
Open
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
14 changes: 11 additions & 3 deletions content/downloads/mac.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ <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>Building from Source</h3>
<p>If you prefer to build from source, you can find tarballs
<a href="https://www.kernel.org/pub/software/scm/git/">on kernel.org</a>.
Expand Down
Loading