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]
