Changes between Version 63 and Version 64 of StartModMaint


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

--

Legend:

Unmodified
Added
Removed
Modified
  • StartModMaint

    v63 v64  
    6464}}}
    6565
    66 If modules are added, you might want to re-initialize your submodules. This can be done by:
     66If modules are added, these should be added to your project too, which is not done by the commands above. Run:
    6767{{{
    6868git submodule update --init
    6969}}}
     70
     71Note that if you use the --init option, the already-initialized submodules will not be updated. You might have to run the command without --init afterwards.
    7072
    7173=== Check out the development branch of your library ===