I've just submitted a PR for my colleague, and come to an (obvious) "issue".
Basically, I've copied 50+ files, and made changes to certain lines. In our system, we append _2 or _3 to the file to signify version number.
In the pull request, it shows every line in these 50 files as new lines, thus it would be incredibly hard to review these files.
My question is, does git have a way for me to basically say "Don't consider this file as new, consider it a duplicate of X with changes."
I know my colleague can just diff the two files manually, but I'd like it to show in the PR too.