November 2013
Intermediate to advanced
576 pages
19h 3m
English
Git is a version control system that has been growing in popularity for several years. To clone and work with the code on GitHub, you will want to first install Git on your Mac. A current installer for Git can be found at http://code.google.com/p/git-osx-installer. Additionally, there are several GUI front ends for Git, even one written by GitHub, which might be more appealing to developers who avoid command-line interfaces. If you do not want to install Git, GitHub also allows for downloading the source files as a Zip.
GitHub enables users to sign up for a free account at https://github.com/signup/free. After Git has been installed, from the terminal’s command line $git clone git@github.com:dfsw/icf.git ...
Read now
Unlock full access