User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mission:log:2014:12:19:howto-fetch-test-and-merge-github-pull-requests-locally-via-commandline [2014/12/19 12:14] – [Adding pull refs to your .git/config] chronomission: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 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:
  
 <code> <code>
Line 68: Line 68:
 </code> </code>
  
-And finally we merge the pull request into the master branch and since github already told us that it could merge the PR automatically we don't expect to be confronted with any merge conflicts:+Finally we merge the pull request into the master branch and since github already told us that it could merge the PR automaticallywe don't expect to be confronted with any merge conflicts:
  
 <code> <code>