Description:
This routine describes how to setup a github account and pull repositories of the CFDEMproject.
Procedure:
git clone the desired repository:
To clone the public LIGGGHTS repository, open a terminal and execute:
git clone git@github.com:CFDEMproject/LIGGGHTS-PUBLIC.git
Note: the git protocol will not work if your computer is behind a firewall which blocks the relevant TCP port, you can use alternatively:
git clone https://github.com/CFDEMproject/LIGGGHTS-PUBLIC.git
To clone the public CFDEMcoupling repository, open a terminal and execute:
git clone git@github.com:CFDEMproject/CFDEMcoupling-PUBLIC.git
Note: the git protocol will not work if your computer is behind a firewall which blocks the relevant TCP port, you can use alternatively:
git clone https://github.com/CFDEMproject/CFDEMcoupling-PUBLIC.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