It looks like you're using Internet Explorer 11 or older. This website works best with modern browsers such as the latest versions of Chrome, Firefox, Safari, and Edge. If you continue with this browser, you may see unexpected results.
Leave "Use Git from the Windows Command Prompt" selected and click Next
Click Next
Click Next
Leave "Checkout Windows-style, commit Unix-style line endings" selected and click Next
Select "Use Windows' default console window" and click Next
Click Next
Click Install
Click Finish
If your "HOME" environment variable is not set (or you don't know what this is):
Open Start Menu and type cmd - This opens the command prompt
Type this line exactly as shown: setx HOME "%USERPROFILE%"
Press Enter and you should see: SUCCESS: Specified value was saved.
Type exit and press Enter to quit the command prompt
Mac and Linux Users
For OS X 10.9 and higher, install Git for Mac by downloading and running the most recent "mavericks" installer from this list (click the large green button "Download Latest Version").
For older versions of OS X (10.5-10.8) use the most recent available installer labelled "snow-leopard" available here (you will have to scroll down the list until you see a link labelled git-X.X.X-intel-universal-snow-leopard.dmg").
Note! After installing Git, there will not be anything in your /Applications folder, as Git is a command line program.
Installing this software package will give you both a Linux line Command Line Interface (Git Bash) and everything you need to use Git on your computer.
"Git, simply put, is a tool to save versions of your code. This course will show you basic workflow and core features, different ways to undo changes or save multiple versions of a project, and how to collaborate with other developers."
The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license.