I got this merge conflict:
my %frame_name = (
<<<<<<< Updated upstream
G => 'GOTO',
D => 'DBGF',
C => 'FROM',
=======
G => 'GOTO',
D => 'DBGF',
C => 'FROM',
>>>>>>> Stashed changes
);
It it possible to force git for merging such conflicts automatically?