Hacker News new | ask | show | jobs
by wazari972 1905 days ago
what about "git cherry-pick <commit>"?

with this command you don't import a snapshot, but only the diff between <commit~>..<commit>, so the model parent+diff makes sense to me

1 comments

Some commits cannot be cherry picked. This is because there is no coherent diff for them, like with merge commits.