wiki:GitFlexpart

Version 10 (modified by pesei, 5 years ago) (diff)

add "otherwise"

Using the FLEXPART Git repository

If you are a regular user, you would probably rather want to download a tarball instead of obtaining the git repository. Look at the FpRoadmap to see available versions with links to their tarballs.

Otherwise, if you wish, you can clone the FLEXPART repository with

git clone https://www.flexpart.eu/gitmob/flexpart

In order to work with a single branch (here: dev) only, make a new dir, change into it and then say

git init
git remote add -t dev -f origin https://www.flexpart.eu/gitmob/flexpart
git checkout dev

In order to obtain the latest candidate for release only, execute:

git clone https://www.flexpart.eu/gitmob/flexpart  --branch release-10 --single-branch 

For an introduction to git see

hosted by ZAMG