Technical requirements
Before we start with Git, install Git from https://git-scm.com/downloads. The site will provide downloads for Windows, Mac OS, and Linux/Unix operating systems. Once downloaded, follow the wizard to install Git.
To check whether Git is installed and working, open a terminal window and run git --version
. If Git is installed properly, you will see the installed Git version.