potiuk commented on PR #42985:
URL: https://github.com/apache/airflow/pull/42985#issuecomment-2412364822

   It's actually pretty easy to split such PR if you know a few git tricks
   
   ```bash
   git reset HEAD^ --hard
   mv dev/tests_common . 
   git add .
   git commit --no-verify -m "'Move tests common without changes"
   git cherry-pick <previous branch tip from git reflog>
   git add tests_common
   git commit --no-verify -m "Fix docstrings in tests_common"
   git add . 
   git commit # copy-paste previous commit message
   ```
   


-- 
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

Reply via email to