Changes between Version 11 and Version 12 of GitFlexpart
- Timestamp:
- Jul 24, 2019, 10:27:30 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitFlexpart
v11 v12 2 2 == Using the FLEXPART Git repository == 3 3 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 ==== 5 6 6 Otherwise, if you wish, you can clone the FLEXPART repository with 7 7 To clone only the the current branch 10: 8 {{{ 9 git clone https://www.flexpart.eu/gitmob/flexpart --branch release-10 --single-branch 10 }}} 11 To clone the whole FLEXPART repository: 8 12 {{{ 9 13 git clone https://www.flexpart.eu/gitmob/flexpart 10 14 }}} 11 15 12 In order to work with a single branch (here: `dev`) only, make a new dir, change into it and then say 13 16 In order to work with a single branch (here: `dev`) only, make a new dir, change into it and then execute: 14 17 {{{ 15 18 git init … … 18 21 }}} 19 22 20 In order to obtain the latest candidate for release only, execute: 23 ==== Interactive viewing of FLEXPART git ==== 24 browser:flexpart.git 21 25 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 26 For the current branch 10, go to browser:flexpart.git@release-10 27 27 28 28 === For an introduction to `git` see ===