-
Notifications
You must be signed in to change notification settings - Fork 0
Help
kheyse edited this page Oct 12, 2012
·
2 revisions
After creating a Github account, you have to set up an ssh key-pair (Github HowTo) and configure git (Github HowTo).
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.