You are on page 1of 1

How to Install Git

Section 10, Lecture 140


In the next lecture you will learn how to deploy the web app into a live server.
We will use the Git software for that. Git is a version control system that allows
to upload the project files to a server and also helps track the changes you do
while maintaining the web app.

Please download git from its official webpage: https://git-


scm.com/downloads and then double click to install it and simply follow the
installation instructions without changing anything.

You might also like