User Tools

Site Tools


Differences

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

Link to this comparison view

Last revisionBoth sides next revision
mission:log:2014:12:19:howto-fetch-test-and-merge-github-pull-requests-locally-via-commandline [2014/12/19 12:09] – created chronomission: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] chrono
Line 17: Line 17:
 </code> </code>
  
-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/pull/*/head:refs/remotes/origin/pr/*** **fetch = +refs/pull/*/head:refs/remotes/origin/pr/***