You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by Mariangela Hills <ma...@wso2.com> on 2014/12/02 06:13:05 UTC

Re: [Wiki] How to Merge Pull Requests from Github to Apache Repository

As suggested I reverted back to the old guide and updated it [1].

[1]
https://cwiki.apache.org/confluence/display/STRATOS/Merging+Pull+Requests

Regards,
Mariangela




*--*
Mariangela Hills
Senior Technical Writer

*WSO2, Inc.*lean.enterprise.middleware.
w: http://wso2.com
<http://wso2.com/events/>

On Fri, Nov 28, 2014 at 11:45 AM, Akila Ravihansa Perera <ravihansa@wso2.com
> wrote:

>
>>
>> There's an issue with the new guide. Please note that we normally have
>> github as our remote and our origin repo is original Apache stratos repo.
>> We might need to revert back to old guide:
>> https://cwiki.apache.org/confluence/display/STRATOS/Committers+%3A+Applying+github+pull+requests
>> or we need to add both options (but I don't think we should recommend using
>> github as the origin since it's a mirror).
>>
>
>  +1
>
> How about we add the following steps to avoid confusion;
>
>
> git remote add github https://github.com/apache/stratos.git
>
> git fetch github pull/<pull-request-number>/head:pr-<pull-request-number>
>