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
   ![Screen Shot 2020-01-07 at 9 46 36 
AM](https://user-images.githubusercontent.com/11339132/71881473-a683c200-3132-11ea-996b-ea5a8e7d7f5c.png)
   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

Reply via email to