I know git cherry-pick
exists, but it requires me to pick commit by commit and my commits are spread out, and I’ve forgotten which ones are relevant and which ones are back-and-forth debugging commits. The “Changes” tab in the Github web UI is accurate, and I just want to cherry-pick those changes into my current working branch..but how can I do that?
3