Install Git
You'll need to have git installed on your machine before you can use it. In this assignment, you will install Git on your local machine. Follow the steps in the parent course.
Acceptance Criteria
- GIVEN I run
git --version
at the command prompt - THEN I see something like
git version 2.34.1.windows.1