Changes between Version 6 and Version 7 of StartModPatchAndPullReq


Ignore:
Timestamp:
Mar 30, 2014, 9:52:20 AM (9 years ago)
Author:
Daniel James
Comment:

Only preformat the appropriate parts.

Legend:

Unmodified
Added
Removed
Modified
  • StartModPatchAndPullReq

    v6 v7  
    50507. Now get all the submodules:
    5151 - `git submodule update --init`.
     52}}}
    5253
    5354You should see it fetch most libraries from boostorg, but those you've
    5455edited will be registered with the URL you gave in step 4.
    5556
     57{{{
    5658If you need to make a fresh clone it's straightforward:
    5759If you created a new branch:
     
    6062If you did not:
    6163 - `git clone --recursive git@github.com:ncrookston/boost.git modular_boost`}}}
     64}}}
    6265
    6366== Acknowledgements ==