Changes between Version 3 and Version 4 of StartModPatchAndPullReq
- Timestamp:
- Mar 30, 2014, 9:46:29 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartModPatchAndPullReq
v3 v4 41 41 - I ran `:%s/\.\./https:\/\/github.com\/boostorg\/utility.git/g` in 42 42 vim to use https. 43 3. Fork the particular repos you want to apply patches to:43 4. Fork the particular repos you want to apply patches to: 44 44 - For this example, I forked 'range'. 45 4. Edit the 'range' url line in boost/.gitmodules to point to your fork:45 5. Edit the 'range' url line in boost/.gitmodules to point to your fork: 46 46 - I changed the https://github.com/boostorg/range.git to 47 47 git@github.com:ncrookston/range.git. 48 5. Commit your gitmodules change, push it to your fork:48 6. Commit your gitmodules change, push it to your fork: 49 49 - `git commit -a -m "create local boostorg"; git push origin updated` 50 6. Now get all the submodules:50 7. Now get all the submodules: 51 51 - `git submodule update --init`. 52 52