Xcode 4.2 is the last version to support Mac OS X 10.6 'Snow Leopard', but is available only to registered developers with paid accounts; without a paid account, 3.2.6 is the latest download that appears for Snow Leopard.
There are several options for installing Git on macOS. Note that any non-source distributions are provided by third parties, and may not be up to date with the latest source release.
- Introducing Xcode 12. With an all-new design that looks great on macOS Big Sur, Xcode 12 has customizable font sizes for the navigator, streamlined code completion, and new document tabs. Xcode 12 builds Universal apps by default to support Mac with Apple Silicon, often without changing a single line of code.
- Xcode for Mac, free and safe download. Xcode latest version: Apple's developer tool for apps. Xcode is a free integrated development environment (IDE).
Homebrew
Install homebrew if you don't already have it, then:$ brew install git
Xcode
Apple ships a binary package of Git with Xcode.
How To Download Xcode On Mac
Xcode
Apple ships a binary package of Git with Xcode.
How To Download Xcode On Mac
Binary installer
Tim Harper provides an installer for Git. The latest version is 2.31.0, which was released 10 days ago, on 2021-03-16.
Building from Source
How To Download Xcode On Macbook Air
If you prefer to build from source, you can find tarballs on kernel.org. The latest version is 2.31.0.
Download Xcode On Older Mac
Installing git-gui
I Can't Download Xcode On Mac
If you would like to install git-gui and gitk, git's commit GUI and interactive history browser, you can do so using homebrew$ brew install git-gui