In this Lab we will look at how to install the git client.
Installing the git client
After completing this section, you should be able to:
- Install the git client.
Installing the git client
-
Linux:
1.1. Git is normally already installed. If not, on RHEL/CentOS/Fedora
yum install git
-
OSX:
2.1. For OSX, you have two choices. If you are using
brew
, you can simply runbrew install git
. 2.2. If you do not havebrew
, you can use thegit-osx-installer
available here : https://sourceforge.net/projects/git-osx-installer/files/ -
Windows:
3.1. For Windows, use the package available here : https://git-for-windows.github.io/