Using the FLEXPART Git repository
If you just want to download a tarball of the code, go to FpRoadmap.
Cloning FLEXPART git
To clone only the the current branch master:
git clone https://www.flexpart.eu/gitmob/flexpart --branch master --single-branch
To clone the whole FLEXPART repository:
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 execute:
git init git remote add -t dev -f origin https://www.flexpart.eu/gitmob/flexpart git checkout dev
Interactive viewing of FLEXPART git
For the current branch master (at the moment, contains published v10.4 which is also tagged) go to browser:flexpart.git@master
For an introduction to git see
Last modified 4 years ago
Last modified on May 6, 2020, 1:24:49 PM