
INSTALLING GIT ON MAC INSTALL
You may be offered to install Command Line Developer Tools, Click on Install to confirm it. In order to install HomeBrew, Open up a “ terminal” and paste the below command. Mac: Download & Install Git Go to Applications > Utilities and open Terminal.app. I.) Install HomeBrew– HomeBrew is nothing but a package manager which simplifies installation on Mac Operating System. Installing Git is different on Mac and PC, so follow the appropriate instructions below depending on your operating system. Install MacPorts if you dont already have it, then: sudo port install git. Install homebrew if you dont already have it, then: brew install git. Note that any non-source distributions are provided by third parties, and may not be up to date with the latest source release. Installation with the help of MacOs’ un-official package manager. There are several options for installing Git on macOS. If installation has been done successfully, you will see a list of several commands that git throws to you.

Once the installation is done, fire up a Terminal, type git and press enter. Once downloaded, go through the installation process. The name of an installer package may look like this git-2.XX.X-intel-universal-mavericks.dmg Installing git from the package installer We will discuss both the methods over here. We can either choose to install Git via downloading the installer package from Git’s official website or through an external package manager for MacOS called as “ brew”. Installing git on Mac Operating System is fairly simple.

INSTALLING GIT ON MAC HOW TO
Reference How to Install Git on Mac Operating System.Installation with the help of MacOs’ un-official package manager.

