@icon_of_computational_sin
Or the grandpa's way: git-format-patch — then reapply all those patches to a different branch, basically same as cherry-picking, but you don't have to remember their IDs.
You can probably also do "git-rebase -i" to a branch with a different tag — and drop the ones you don't need 🤔