Return-Path: X-Original-To: apmail-struts-dev-archive@www.apache.org Delivered-To: apmail-struts-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 33C70F0F0 for ; Mon, 28 Apr 2014 13:26:29 +0000 (UTC) Received: (qmail 41595 invoked by uid 500); 28 Apr 2014 13:26:28 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 41553 invoked by uid 500); 28 Apr 2014 13:26:28 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 41545 invoked by uid 99); 28 Apr 2014 13:26:27 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2014 13:26:27 +0000 Received: from localhost (HELO mail-vc0-f172.google.com) (127.0.0.1) (smtp-auth username lukaszlenart, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2014 13:26:27 +0000 Received: by mail-vc0-f172.google.com with SMTP id id10so290022vcb.31 for ; Mon, 28 Apr 2014 06:26:26 -0700 (PDT) X-Received: by 10.52.51.197 with SMTP id m5mr20287590vdo.9.1398691586382; Mon, 28 Apr 2014 06:26:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.170.75.131 with HTTP; Mon, 28 Apr 2014 06:18:15 -0700 (PDT) In-Reply-To: <1398690383249-5715813.post@n5.nabble.com> References: <1398690383249-5715813.post@n5.nabble.com> From: Lukasz Lenart Date: Mon, 28 Apr 2014 15:18:15 +0200 Message-ID: Subject: Re: Coding Work Flow - GitHub to Apache Git To: Struts Developers List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable You can add additional remote like this: > cd struts > git remote add abrin git@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 --=20 =C5=81ukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014-04-28 15:06 GMT+02:00 bphillips@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-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org