mik-laj commented on pull request #16110:
URL: https://github.com/apache/airflow/pull/16110#issuecomment-943219956


   @casra-developers  Before making a rebase, it is worthwhile to merge all the 
changes.
   ```
   git rebase -i HEAD^^^^^^^^^^^
   ```
   And then you need to replace all the `pick` commands with `fixup` commands 
except the first one. You will have to use `git push --force` when pushing the 
change.
   
   If you have a new branch that you want to put in this PR then you can just 
overwrite all commits in that PR.
   ```shell
   git checkout old-branch
   git reset --hard new-branch
   git push --force
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to