Changes between Version 6 and Version 7 of StartModPatchAndPullReq
- Timestamp:
- Mar 30, 2014, 9:52:20 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModPatchAndPullReq
v6 v7 50 50 7. Now get all the submodules: 51 51 - `git submodule update --init`. 52 }}} 52 53 53 54 You should see it fetch most libraries from boostorg, but those you've 54 55 edited will be registered with the URL you gave in step 4. 55 56 57 {{{ 56 58 If you need to make a fresh clone it's straightforward: 57 59 If you created a new branch: … … 60 62 If you did not: 61 63 - `git clone --recursive git@github.com:ncrookston/boost.git modular_boost`}}} 64 }}} 62 65 63 66 == Acknowledgements ==