potiuk commented on PR #1202: URL: https://github.com/apache/airflow-site/pull/1202#issuecomment-2887647262
I rebased `staging` Generatlly what I do: ```bash git checkout main git pull git branch -f staging git push origin staging ``` Unless we develop something specific in staging - staging is generally simply behind main and can be fast-forwarded like that. If we diverge in staging, it will fail at the last stage because it will not be fast-forwardeable. -- 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...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org