Get it here: http://git-scm.com/downloads Setup Up Git: https://help.github.com/articles/set-up-git
- Mac OS X
brew install git(with Homebrew)- github for Mac
- Ubuntu
apt-get install git
- Windows
- To check in OS X, open the Terminal and type "git --version"
- To check in Ubuntu, open the Terminal and type "git --version"
- To check in Windows, open the ?Command Prompt? and type "git --version" <= anyone use git with Windows?