WEBVTT

00:06.430 --> 00:14.200
In this course I'll be using Ubuntu Linux, but you can also install it on Windows machine or macOS

00:14.200 --> 00:16.970
machine to install it on windows.

00:16.990 --> 00:26.260
Just go to the Gates official download site and download the installation for Windows client, then

00:26.260 --> 00:31.720
run the setup command and install git with all the defaults.

00:31.750 --> 00:39.550
After the installation finishes you'll be able to run git bash which will allow you to execute all the

00:39.550 --> 00:43.670
commands used in this course in macOS.

00:43.690 --> 00:51.100
You have to download and install homebrew and then you can install git using the command line through

00:51.100 --> 00:54.580
the following command brew install git.

00:54.610 --> 01:01.960
Now to install it in ubuntu you have to run sudo apt install git press.

01:01.960 --> 01:02.410
Yes.

01:02.410 --> 01:08.650
When prompted and wait till the installation finishes to check the gates version.

01:08.650 --> 01:12.340
You can run git dash dash version.

01:12.340 --> 01:18.100
Now we are ready to proceed and set global configuration settings.
