Skip to content

Get code using git command line tools for Linux or Mac

Joe Futrelle edited this page Sep 22, 2015 · 1 revision

1. Install git

On Linux, git should be available using your package manager, such as apt or yum. For example, in Ubuntu, you can install git using apt:

sudo apt-get install git

On the Mac, the official installer can be downloaded from

http://git-scm.com/download/mac

2. Clone the repository

In the directory above where you want to get the code, run this command:

git clone https://github.com/hsosik/ifcb-analysis.git
Clone this wiki locally