Lunderberg commented on PR #15961:
URL: https://github.com/apache/tvm/pull/15961#issuecomment-1781215575

   > Yes! Should i open a new PR like above? Or recommit the code to 
main-branch to open a new PR?
   
   Unfortunately, just changing the target would also merge all of `unity` into 
`main`, since they are part of the history of the PR branch.  There are two 
ways to do it:
   
   * Option 1: First, rebase the changes, so the commits are applied onto 
`main` instead of `unity`.  Next, push the change to the PR branch.  Finally, 
change the targeted branch from `apache:unity` to `apache:main`.
   * Option 2: Checkout `main` and `git cherry-pick` to apply the commits onto 
a new branch.  Then, open a new PR with the new branch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to