This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
mission:log:2014:12:19:howto-fetch-test-and-merge-github-pull-requests-locally-via-commandline [2014-12-19 12:09] – created chrono | mission:log:2014:12:19:howto-fetch-test-and-merge-github-pull-requests-locally-via-commandline [2014-12-24 07:53] (current) – [Step 3: Merge the pull-request] chrono | ||
---|---|---|---|
Line 17: | Line 17: | ||
</ | </ | ||
- | Now we just have to add another fetch target so our git knows where to fetch pr's from github: | + | We just have to add another fetch target so our git knows where to fetch pr's from github: |
**fetch = +refs/ | **fetch = +refs/ | ||
Line 62: | Line 62: | ||
==== Step 3: Merge the pull-request ==== | ==== Step 3: Merge the pull-request ==== | ||
- | Once testing is finished and everything seems to be in order, we merge the pull request into the branch we want, in this case the master branch, so let's checkout master. | + | Once testing is finished and everything seems to be in order, we merge the pull request into the branch we want, in this case the master branch, so let's checkout master: |
< | < | ||
Line 68: | Line 68: | ||
</ | </ | ||
- | And finally | + | Finally |
< | < |