Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 709 Bytes

File metadata and controls

22 lines (16 loc) · 709 Bytes

How do I install git?

Get it here: http://git-scm.com/downloads Setup Up Git: https://help.github.com/articles/set-up-git

Installation alternatives

Maybe I already have git?

  • 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?