You can add additional remote like this: > cd struts > git remote add abrin g...@github.com:abrin/struts.git
And then I can checkout Adam's branch as follow: > git checkout abrin/feature-WW-4295-localization or merge it into develop > git checkout develop > git merge abrin/feature-WW-4295-localization > git push If owner will grant you commit rights, you can even commit to his repo/branch. There is no option to use Pull Requests directly or merge them, but the above is sufficient and after some time you will get used to it ;-) I'm using GitHub to discuss over code, it's far better than do it via mailing list. I'm even wondering if not to start using the above approach for my changes, instead pushing them to Apache Git, wait for sync and publish PR. Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014-04-28 15:06 GMT+02:00 bphill...@ku.edu <bphill...@ku.edu>: > Luskaz: > > How are you doing code changes using GitHub pull requests so that your > work ends up in the https://git-wip-us.apache.org/repos/asf/struts.git? > > Bruce > > > > -- > View this message in context: > http://struts.1045723.n5.nabble.com/Coding-Work-Flow-GitHub-to-Apache-Git-tp5715813.html > Sent from the Struts - Dev mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org > For additional commands, e-mail: dev-h...@struts.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org