turbaszek edited a comment on pull request #9964:
URL: https://github.com/apache/airflow/pull/9964#issuecomment-663427326


   You can perform the merge but it's better to cherry-pick this commit to your 
`patch-1` branch:
   https://devconnected.com/how-to-cherry-pick-git-commits/
   
   ```
   git checkout patch-2
   git log --oneline
   # copy hash of the last commit "Added test for get_blobs_list method"
   git checkout patch-1
   git cherry-pick <hash>
   ```
   
   Eventually you can just close this PR and copy past this code on you 
`patch-1` branch :)


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


Reply via email to