by Yair Gordon
- Create your own GitHub account
- Install a simple text editor, such as Notepad++ (Windows only) or the great Sublime Text (cross-platform).
- For Mac OS, click here
- For Windows, click here (or use the community-maintained Chocolatey package)
- Open a terminal
- For Mac OS, find and open Terminal.
- For Windows, press
Win
, typecmd
, and press<Enter>
.
- Type this command and press
<Enter>
:git --version
- You should see information about the Git program which has been installed on your computer, including its version number.