

Unless you are reading this from a monochrome display, let’s take advantage of some of the color features for git. Regardless, let’s keep it simple and neat - setup a Git color scheme and branch information displayed in the terminal. These details associated with any commits that you create: git config -global user.name "Ava Paris" git config -global user.email (Optional) To remember your Git username and password when working with HTTPS repositories, configure the git-credential-osxkeychain helper. Configure your Git username and email using the following commands, replacing Ava’s name with your own. Open a terminal and verify the installation was successful by typing and running the following in the terminalĢ.Download the latest Git for Mac installer.


The easiest way to install Git on a Mac is via the stand-alone installer: Open the terminal and install Homebrew by running the following command: /usr/bin/ruby -e "$(curl -fsSL )" For the sake of having the brew package manager installed, I recommend using Homebrew. It can be done a couple of different ways.
