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.
Mac OS X: Windows: Linux/Unix: Older releases are available and the Git source repository is on GitHub. Latest source Release 2.28.0 Release Notes (2020-07-27) Download Source Code. Git comes with built-in GUI tools (git-gui, gitk). In this article, I will show you how to install Git on a MAC OS, as well as how to install Git on LINUX. A couple of things you will want to make note of while interacting with Git. Even if you already have Git installed it is a good idea to update to the latest version. Sep 01, 2020.
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 2 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.28.0.
Older releases are available and the Git source repository is on GitHub.
Latest source Release
2.28.0 Release Notes (2020-07-27)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
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 clone https://github.com/git/git
Download Git Cli For Mac High Sierra
You can also always browse the current contents of the git repository using the web interface.