Thanks Tibor, This will not work in my case, because maven-plugin does not have a git repo at git-wip-us.apache.org.
On Fri, May 29, 2015 at 12:49 PM, Tibor Digana <[email protected]> wrote: > These are my commands for surefire plugin. Use your login and pmd project > links instead. > Suppose their branch is "s2" and master is on git-wip-us-apache.org. > If you want to push from master to master, freely avoid s2:master. > You should have RSA key in your user home. > > $ git remote add apache > https://git-wip-us.apache.org/repos/asf/maven-surefire.git > $ git fetch apache > $ git rebase apache/master > $ git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/maven-surefire.git > $ git push -u > https://[email protected]/repos/asf/maven-surefire.git > s2:master > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/How-do-I-merge-pull-request-on-GitHub-tp5836085p5836114.html > Sent from the Maven Developers mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
