Install Git
For this tutorial, you will need to download the Git installer from the Git website on your computer.
- Git installer: http://git-scm.com/
Windows
After installation, go to the “Start” menu > “All programs” > “Git” > “Git Bash.”
Mac
After installation, open Terminal in Applications/Utilities.
To verify that Git has successfully been installed, complete a version check.
Your output string may differ depending on the installed environment or the version.
$ git --version
git version 2.37.1 (Apple Git-137.1)
Now you have Git on your machine!