You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/03 17:10:55 UTC

[GitHub] [airflow] potiuk commented on issue #6670: [AIRFLOW-4816]MySqlToS3Operator

potiuk commented on issue #6670: [AIRFLOW-4816]MySqlToS3Operator
URL: https://github.com/apache/airflow/pull/6670#issuecomment-570635283
 
 
   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
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services