Most of the time, git can figure out when I've moved a file, but sometimes it can't. Is there a way to tell git, "trust me, this is a move?"
A key component of this is that I am using a tool to rename the file. It would be annoying to have to revert the rename and try again as a git mv
, especially if other changes happened to the file before/after the move.