danny0405 commented on PR #7633:
URL: https://github.com/apache/hudi/pull/7633#issuecomment-1426631895

   The cmd to rebase the code:
   
   ```shell
   -- fetch upstream branch 'master', assume you already set up the upstream as 
the hudi git repository
   git fetch upstream master;
   -- rebase the branch and resolve the conflicts.
   git rebase upstream/master;
   ```


-- 
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...@hudi.apache.org

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

Reply via email to