Changes between Version 63 and Version 64 of StartModMaint
- Timestamp:
- Jun 18, 2014, 10:15:01 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModMaint
v63 v64 64 64 }}} 65 65 66 If modules are added, you might want to re-initialize your submodules. This can be done by:66 If modules are added, these should be added to your project too, which is not done by the commands above. Run: 67 67 {{{ 68 68 git submodule update --init 69 69 }}} 70 71 Note 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. 70 72 71 73 === Check out the development branch of your library ===