On Tue, 14 Jan 2020 14:43:03 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Partially reviewed, Need to re-check after the change of branch. > > Oh, I see the problem. In addition to rebasing you need to exclude any > commits that are from the `master` branch and are not your. So what you > really need to do is: > > git rebase -i upstream/jfx14 > <EDIT THE LIST OF COMMITS AND DROP ANY THAT ARE NOT YOURS> > git push --force origin JDK-8236912 > > Sorry for not anticipating this problem. > Sorry for not anticipating this problem. I am sorry for not knowing git well enough. Thank you for your patience and help ;-). I think the PR now contains what it should ;-). ------------- PR: https://git.openjdk.java.net/jfx/pull/85