areusch commented on pull request #7333: URL: https://github.com/apache/tvm/pull/7333#issuecomment-776911131
@gromero easiest way to patch given merges might be something like: ``` $ git fetch origin main $ git fetch areusch <pr> $ git diff areusch/<pr>...origin/main >patch # NOTE 3 periods $ git checkout $(merge-base areusch/<pr> origin/main) $ git apply <patch ``` I think the rest is just limitations of this code-review system. I generally try to push -f until there's a comment on the thread ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
