Changes between Version 3 and Version 4 of StartModPatchAndPullReq


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

Fix numbering

Legend:

Unmodified
Added
Removed
Modified
  • StartModPatchAndPullReq

    v3 v4  
    4141 - I ran `:%s/\.\./https:\/\/github.com\/boostorg\/utility.git/g` in
    4242vim to use https.
    43 3. Fork the particular repos you want to apply patches to:
     434. Fork the particular repos you want to apply patches to:
    4444 - For this example, I forked 'range'.
    45 4. Edit the 'range' url line in boost/.gitmodules to point to your fork:
     455. Edit the 'range' url line in boost/.gitmodules to point to your fork:
    4646 - I changed the https://github.com/boostorg/range.git to
    4747git@github.com:ncrookston/range.git.
    48 5. Commit your gitmodules change, push it to your fork:
     486. Commit your gitmodules change, push it to your fork:
    4949 - `git commit -a -m "create local boostorg"; git push origin updated`
    50 6. Now get all the submodules:
     507. Now get all the submodules:
    5151 - `git submodule update --init`.
    5252