To get started with Git, you'll need to install it on your computer.
Installation steps:
1. Go to the official website git-scm.com and download the installer for your OS (Windows, macOS, Linux).
2. Run the installer and go with the default options.
3. Once it's installed, open a terminal (Git Bash on Windows).
4. Type git --version — if a version number shows up, the install was a success.
You should see
(Once Git is installed on your local computer, you can use it from the terminal)