Changes between Version 11 and Version 12 of GitFlexpart


Ignore:
Timestamp:
Jul 24, 2019, 10:27:30 AM (5 years ago)
Author:
pesei
Comment:

minor revision

Legend:

Unmodified
Added
Removed
Modified
  • GitFlexpart

    v11 v12  
    22== Using the FLEXPART Git repository ==
    33
    4 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.
     4''If you just want to download a tarball of the code, go to FpRoadmap.''
     5==== Cloning FLEXPART git ====
    56
    6 Otherwise, if you wish, you can clone the FLEXPART repository with
    7 
     7To clone only the the current branch 10:
     8{{{
     9git clone https://www.flexpart.eu/gitmob/flexpart  --branch release-10 --single-branch
     10}}}
     11To clone the whole FLEXPART repository:
    812{{{
    913git clone https://www.flexpart.eu/gitmob/flexpart
    1014}}}
    1115
    12 In order to work with a single branch (here: `dev`) only, make a new dir, change into it and then say
    13 
     16In order to work with a single branch (here: `dev`) only, make a new dir, change into it and then execute:
    1417{{{
    1518git init
     
    1821}}}
    1922
    20 In order to obtain the latest candidate for release only, execute:
     23==== Interactive viewing of FLEXPART git ====
     24browser:flexpart.git
    2125
    22 {{{
    23 git clone https://www.flexpart.eu/gitmob/flexpart  --branch release-10 --single-branch
    24 }}}
    25 
    26 For interactive viewing of the current branch 10, go to browser:flexpart.git@release-10
     26For the current branch 10, go to browser:flexpart.git@release-10
    2727
    2828=== For an introduction to `git` see ===