I don't know if what i'm trying to do makes sense but here is the explanation:
I have some source files that are generated by a tool and then changed a little and committed. What happens is that sometimes I need to regenerate these files.
I need to do a manual merge of this new file with the one that was previously committed and pick which parts to take from the old version and which parts to take from the new version.
Is there a way to do this?
Thanks!