Sometimes I remove a JSON file and add another similar JSON file in an entire different path. The files have both around 10 lines. They are only different in 2 lines. If I add the new file & remove the old file in one commit git recognizes this as an move with some changes.
Is there some way to tell git that this wasn't a move?
(Why I want this: I have then a cleaner history & can avoid some merge conflicts)