Git Video Tutorial We then install and set everything up for Windows, OSX and Linux. Tim Harper provides an installer for Git. If you prefer to build from source, you can find tarballs on kernel.org. One of you guys asked me to make a Git video tutorial so I did. We then install and set everything up for Windows, OSX and Linux. The official stand-alone installer for Git on OS X. Documentation for The Things Network.
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
Git Osx Installer Windows
Xcode
Apple ships a binary package of Git with Xcode.
Binary installer
Git Osx 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.
Git Osx Installer Pc
Building from Source
Git-osx-installer Sourceforge
If you prefer to build from source, you can find tarballs on kernel.org. The latest version is 2.31.1.
Git Osx Installer Download
Git Mac Installer
Installing git-gui
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