I have one version of a file at commit "#abc123
" and the current version of the same file locally.
I want to MERGE, NOT REVERT, the two versions for only this file.
I read about some workarounds using "git cherry pick
", but nothing direct.
Is there a simple way of doing this?