*Reviewing and applying a GIT pull request*
- Checkout github repository: https://github.com/apache/incubator-stratos.git - Add ASF as a remote branch $ git remote add apache https://git-wip-us.apache.org/repos/asf/incubator-stratos.git $ git fetch apache $ git checkout -b apache apache/master - Checking out git pull request eg: pull request number 3 to a new branch; $ git fetch origin pull/3/head:pr-3 $ git checkout pr-3 - Review the pull request. - Pushing changes: $ git rebase -i apache $ git checkout apache $ git merge pr-3 $ git push apache refs/heads/apache:master On Tue, Apr 15, 2014 at 2:11 AM, Nirmal Fernando <[email protected]>wrote: > Can you please check whether you can close the pull request? > > > On Tue, Apr 15, 2014 at 2:09 AM, Nirmal Fernando > <[email protected]>wrote: > >> Hi Chris, >> >> I think I've successfully merged your pull request. I'll come up with a >> set of steps, so that we can add it to a wiki page. >> >> >> On Tue, Apr 15, 2014 at 12:56 AM, chris snow <[email protected]> wrote: >> >>> Hi Isuru, >>> >>> Did you find out what the situation is regarding Pull Requests? >>> >>> I've just added a test PR: >>> https://github.com/apache/incubator-stratos/pull/3 >>> >>> Many thanks, >>> >>> Chris >>> >>> >>> On Sat, Apr 12, 2014 at 12:41 PM, Isuru Perera <[email protected]> wrote: >>> > Hi Devs, >>> > >>> > Does anyone know whether we can accept pull requests. >>> > >>> > I know that our repository is mirrored at GitHub [1]. >>> > >>> > There is one PR already. I think we missed that. >>> > >>> > I didn't try anything related to this. Just sending this to get ideas >>> of >>> > others. >>> > >>> > Thanks! >>> > >>> > Best Regards, >>> > >>> > [1] https://github.com/apache/incubator-stratos >>> > >>> > -- >>> > Isuru Perera >>> > Senior Software Engineer | WSO2, Inc. | http://wso2.com/ >>> > Lean . Enterprise . Middleware >>> > >>> > about.me/chrishantha >>> >>> >>> >>> -- >>> Check out my professional profile and connect with me on LinkedIn. >>> http://lnkd.in/cw5k69 >>> >> >> >> >> -- >> Best Regards, >> Nirmal >> >> Nirmal Fernando. >> PPMC Member & Committer of Apache Stratos, >> Senior Software Engineer, WSO2 Inc. >> >> Blog: http://nirmalfdo.blogspot.com/ >> > > > > -- > Best Regards, > Nirmal > > Nirmal Fernando. > PPMC Member & Committer of Apache Stratos, > Senior Software Engineer, WSO2 Inc. > > Blog: http://nirmalfdo.blogspot.com/ > -- Best Regards, Nirmal Nirmal Fernando. PPMC Member & Committer of Apache Stratos, Senior Software Engineer, WSO2 Inc. Blog: http://nirmalfdo.blogspot.com/
