Changes between Version 62 and Version 63 of StartModMaint


Ignore:
Timestamp:
Jun 18, 2014, 10:09:12 AM (8 years ago)
Author:
Barend Gehrels
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartModMaint

    v62 v63  
    6363git submodule foreach --recursive "git checkout master; git pull"
    6464}}}
     65
     66If modules are added, you might want to re-initialize your submodules. This can be done by:
     67{{{
     68git submodule update --init
     69}}}
    6570
    6671=== Check out the development branch of your library ===