Changes between Version 1 and Version 2 of GitHubPullRequests


Ignore:
Timestamp:
Dec 9, 2014, 7:57:27 PM (9 years ago)
Author:
Karl Egly
Comment:

add command to handle a pull request by merging the branch

Legend:

Unmodified
Added
Removed
Modified
  • GitHubPullRequests

    v1 v2  
    2020}}}
    2121
     22If the contribution consists of multiple commits on a separate branch off master for just this pull request, then you can merge that remote branch with:
     23{{{
     24git merge reponame/branchname
     25}}}
     26
    2227An alternative way is using the GitHub instructions:
    2328https://help.github.com/articles/merging-a-pull-request#merging-locally