healchow commented on PR #7403:
URL: https://github.com/apache/inlong/pull/7403#issuecomment-1438660739
   In this scenario, you can do like this:
   
   1. record your commit hash, it is `3f9f62ccd3ae421f90058ee0da12802f15327772`.
   2. `git pull upstream master`
   3. `git reset --hard upstream/master`
   4. `git cherry-pick 3f9f62ccd3ae421f90058ee0da12802f15327772`
   5. `git push your-repo(default is origin) INLONG-7400 (your currently 
branch) -f`


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

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

Reply via email to