I mean how do you accept pull requests? You wouldn't be able to do it
through GitHub. You'd have to manually pull the branch from GitHub like the
name "pull request" implies. If you could commit to GitHub, then you could
add a remote besides origin for GitHub, then pull from the GitHub remote,
then push to the ASF remote (origin).


On 6 May 2014 01:45, Stefan Bodewig <bode...@apache.org> wrote:

> On 2014-05-06, Matt Sicker wrote:
>
> > Git allows you to do both. You can auto-merge from GH, but I'm not
> > sure how you can even get write access to ASF GH repos.
>
> You don't, you commit to the ASF repo and it gets mirrored.
>
> IIRC some projects have their own forks of the ASF mirror and accept
> pull request on this fork.  They then merge changes from their fork to
> the ASF repo.
>
> I'm not conviced I'd want to work that way, applying PRs without the
> Web-UI on a local checkout of the ASF git repo works fine for me.
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
>
>


-- 
Matt Sicker <boa...@gmail.com>

Reply via email to