How to Install Git on Mac

by BizOfTech in Circuits > Tools

695 Views, 6 Favorites, 0 Comments

How to Install Git on Mac

Screen shot 2015-02-18 at 4.53.56 PM.png

Git is a distributed version control system that's free and open source and designed to handle everything from small to very large projects with speed and efficiency. People use it to work together, using the same files, and helps a team to edit the same file. This way many people can have their version of the file local and all see who is changing and doing what. This helps mitigate any confusion as changes happen. While you may prefer to work on the command line, there are GUI clients for Git you can buy or download for free.

Download Git on Git.scm.com

Screen shot 2015-02-18 at 4.54.32 PM.png

To install Git on Mac, the first thing you are going to want to do is open your browser and go to git-scm.com/downloads. Then click on the Apple icon.

Your download will begin.

Open the Mavericks Box

Screen shot 2015-02-18 at 4.56.56 PM.png
Screen shot 2015-02-18 at 4.57.10 PM.png

Double click on the mavericks box. A welcome installer will popup on your screen. Continue reading through the installation all the way through to the summary page.

Installation Success

Screen shot 2015-02-18 at 4.57.44 PM.png
Screen shot 2015-02-18 at 4.55.52 PM.png

There you have it. While you may prefer to work on the command line, there are GUI clients for Git you can buy or download for free. Try downloading one you like if you don't want to work in the command line.