== 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 interactive viewing of the current branch 10, go to browser:flexpart.git@release-10 === For an introduction to `git` see === - https://git-scm.com/ - [https://git-scm.com/book/en/v2 Pro Git book (html version)]