top | item 26742976

(no title)

wazari972 | 4 years 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

discuss

order

skj|4 years ago

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