Closed gonzomir closed 2 years ago
The backport to v9-branch
failed:
Reference already exists
To backport manually, run these commands in your terminal:
# Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v9-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 52f80e15dad8efae4883e450356dc0d1f19683d0
# Create a new branch with these backported commits.
git checkout -b backport-201-to-v9-branch
# Push it to GitHub.
git push --set-upstream origin backport-201-to-v9-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport
Then, create a pull request where the base
branch is v9-branch
and the compare
/head
branch is backport-201-to-v9-branch
.
The backport to v10-branch
failed:
Reference already exists
To backport manually, run these commands in your terminal:
# Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v10-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 52f80e15dad8efae4883e450356dc0d1f19683d0
# Create a new branch with these backported commits.
git checkout -b backport-201-to-v10-branch
# Push it to GitHub.
git push --set-upstream origin backport-201-to-v10-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport
Then, create a pull request where the base
branch is v10-branch
and the compare
/head
branch is backport-201-to-v10-branch
.
The backport to v8-branch
failed:
Reference already exists
To backport manually, run these commands in your terminal:
# Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport v8-branch
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick 52f80e15dad8efae4883e450356dc0d1f19683d0
# Create a new branch with these backported commits.
git checkout -b backport-201-to-v8-branch
# Push it to GitHub.
git push --set-upstream origin backport-201-to-v8-branch
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport
Then, create a pull request where the base
branch is v8-branch
and the compare
/head
branch is backport-201-to-v8-branch
.
The original array has the plugin file as key and the date it is activated as value.