Changes between Version 62 and Version 63 of StartModMaint
- Timestamp:
- Jun 18, 2014, 10:09:12 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModMaint
v62 v63 63 63 git submodule foreach --recursive "git checkout master; git pull" 64 64 }}} 65 66 If modules are added, you might want to re-initialize your submodules. This can be done by: 67 {{{ 68 git submodule update --init 69 }}} 65 70 66 71 === Check out the development branch of your library ===