Skip to content

Commit

Permalink
notes on which version to download
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Dec 22, 2014
1 parent f57f130 commit f3836fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ If you have XCode installed, and want to use a later git, running the following
sudo mv /usr/bin/git /usr/bin/git-xcode
sudo ln -sf /usr/local/git/bin/git /usr/bin/git

## Which version should I download?

If you are running:

- `10.6` Snow Leopard: git-*-snow-leopard
- `10.7` Lion: git-*-snow-leopard
- `10.8` Mountain Lion: git-*-snow-leopard
- `10.9` Mavericks: git-*-mavericks
- `10.10` Yosemite: git-*-mavericks

The Snow Leopard builds will work on Mavericks and later, but there are issues running `git gui`.

## 64-bit or 32-bit?

If your Mac was made on or after 2007, it is a 64-bit machine.
Expand Down

0 comments on commit f3836fc

Please sign in to comment.