JavierLopezT commented on issue #6670: [AIRFLOW-4816]MySqlToS3Operator URL: https://github.com/apache/airflow/pull/6670#issuecomment-571492857 > No worries :). You can simply rebase the last commit onto the apache master. If you have apache repo added as remote then this will work: > > ``` > git fetch --all > git rebase HEAD^ --onto apache/master > ``` > > To rebase only last commit onto the latest apache/master Thank you very much. I have apache added as remote upstream and I my personal repo as remote origin. I have made rebase --onto upstream/master but it makes nothing  I have tried also with fetching several times, with `--onto origin/master` and `apache/master` (which gives me a `fatal: Does not point to a valid commit 'apache/master'` error) What could I do? Thank you very much
---------------------------------------------------------------- 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] With regards, Apache Git Services
