Github access¶
Description¶
This routine describes how to setup a github account and pull from repositories of the Department of Particulate Flow Modelling.
Procedure¶
Basically the following steps have to be performed:
create an account at Github
git clone the desired repository
update your repositories by git pull
git clone the desired repository¶
To clone the public LIGGGHTS repository, open a terminal and execute:
git clone https://github.com/ParticulateFlow/LIGGGHTS.git
To clone the public CFDEMcoupling repository, open a terminal and execute:
git clone https://github.com/ParticulateFlow/CFDEMcoupling.git
Update your repositories by git pull¶
To get the latest version, open a terminal, go to the location of your local installation and type:
git pull