Download for Mac OS X. Also available for Windows. Git for Windows & Mac. Wield the power of Git and Mercurial on the two most popular operating systems. Learn Git through comprehensive tutorials covering branching, merging and more. Git at your fingertips. If you need or want a more up-to-date version, then you can install Git on MAC OS via a binary installer. There is a MAC OS Git installer that is maintained and made available for download on the Git website, at https://git-scm.com/download/mac.
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.
Homebrew


Install homebrew if you don't already have it, then:$ brew install git
Xcode
Apple ships a binary package of Git with Xcode.
Binary installer
Tim Harper provides an installer for Git. The latest version is 2.27.0, which was released 3 months ago, on 2020-07-22.
Building from Source
If you prefer to build from source, you can find tarballs on kernel.org. The latest version is 2.29.2.
Older releases are available and the Git source repository is on GitHub.

Latest source Release
2.29.2 Release Notes (2020-10-29)GUI Clients
Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific experience.
Logos
Git Download Mac Os
Various Git logos in PNG (bitmap) and EPS (vector) formats are available for use in online and print projects.
Git via Git
If you already have Git installed, you can get the latest development version via Git itself:
Git Command Line For Windows
git clone https://github.com/git/git
You can also always browse the current contents of the git repository using the web interface.
