Changes between Version 6 and Version 7 of GitFlexpart


Ignore:
Timestamp:
Jun 8, 2018, 4:36:38 PM (6 years ago)
Author:
pesei
Comment:

add info for using a branch only; add link to git book

Legend:

Unmodified
Added
Removed
Modified
  • GitFlexpart

    v6 v7  
    66git clone https://www.flexpart.eu/gitmob/flexpart
    77}}}
     8
     9In order to work with a single branch (here: `dev`) only, make a new dir, change into it and then say
     10
     11{{{
     12git init
     13git remote add -t dev -f origin https://www.flexpart.eu/gitmob/flexpart
     14git checkout dev
     15}}}
     16
    817For an introduction to `git` see
    9 * https://git-scm.com/
     18 - https://git-scm.com/
     19   - [https://git-scm.com/book/en/v2 Pro Git book (html version)]