Skip to content
kheyse edited this page Oct 12, 2012 · 2 revisions

Setting up your Github account

After creating a Github account, you have to set up an ssh key-pair (Github HowTo) and configure git (Github HowTo).

Checking out the repository

On github.com, you can check out a repository using https or ssh. Do either git clone https://github.com/UGent-HES/tlut_flow.git or git clone [email protected]:UGent-HES/tlut_flow.git

On github.ugent.be, checking out a repository has to be done using ssh (not https). Do git clone [email protected]:UGent-HES/tlut_flow.git

An introduction to git can be found here. And a simple explanation of a work flow based on git can be found here.

Clone this wiki locally