Installing GIT
If you do not have Git installed, please install it.
Installing GIT on Windows
Download from
http://msysgit.github.io/
When going through the installation, make sure to select "Run Git from the Command Prompt" at one of the installation steps.
Installing GIT on Mac
If you have 10.9 or later open a command line and install git using:
xcode-select --install
Then try to run git from the command line to see if it was installed. If that does not work, try to download and install Git from:
http://git-scm.com/download/mac
Resources
- Simple Cheat Sheet: http://rogerdudler.github.com/git-guide/files/git_cheat_sheet.pdf
- Video: What is Version Control http://git-scm.com/video/what-is-version-control
- Video: What is Git? http://git-scm.com/video/what-is-git