You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fetch the appropriate branch/commit and manually resolve these conflicts by using the following commands in your personal fork of openjdk/jdk11u-dev. Note: these commands are just some suggestions and you can use other equivalent commands you know.
# Fetch the up-to-date version of the target branch
$ git fetch --no-tags https://git.openjdk.org/jdk11u-dev master:master
# Check out the target branch and create your own branch to backport
$ git checkout master
$ git checkout -b GoeLin-backport-6a7a0db5
# Fetch the commit you want to backport
$ git fetch --no-tags https://git.openjdk.org/jdk 6a7a0db587446160e77c9ac225669e5a0c9bc638
# Backport the commit
$ git cherry-pick --no-commit 6a7a0db587446160e77c9ac225669e5a0c9bc638
# Resolve conflicts now
# Commit the files you have modified
$ git add files/with/resolved/conflicts
$ git commit -m 'Backport 6a7a0db587446160e77c9ac225669e5a0c9bc638'
Once you have resolved the conflicts as explained above continue with creating a pull request towards the openjdk/jdk11u-dev with the title Backport 6a7a0db587446160e77c9ac225669e5a0c9bc638.
6a7a0db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review
Issues
6a7a0db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/backport jdk11u-dev
6a7a0db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GoeLin Could not automatically backport
6a7a0db5
to openjdk/jdk11u-dev due to conflicts in the following files:Please fetch the appropriate branch/commit and manually resolve these conflicts by using the following commands in your personal fork of openjdk/jdk11u-dev. Note: these commands are just some suggestions and you can use other equivalent commands you know.
Once you have resolved the conflicts as explained above continue with creating a pull request towards the openjdk/jdk11u-dev with the title
Backport 6a7a0db587446160e77c9ac225669e5a0c9bc638
.