Robuta

https://mattstauffer.com/blog/how-to-merge-only-specific-commits-from-a-pull-request/ How to merge only specific commits from a pull request with git cherry-pick | MattStauffer.com Recently someone submitted a great pull request to one of my repositories, but before I could merge it, a commenter gave them bad advice and pull requestmergespecific https://www.python4data.science/en/latest/productive/git/advanced/cherry-pick.html Git cherry-pick - Python for Data Science git cherry-pick allows you to append arbitrary Git commits to the current HEAD based on their hash value. Cherry-picking is selecting a commit from one branch... git cherry pickdata science