wiki:GitFlexpart

Version 13 (modified by pesei, 4 years ago) (diff)

release-10 -> master

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 10 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

browser:flexpart.git

For the current branch 10, go to browser:flexpart.git@release-10

For an introduction to git see

hosted by ZAMG