I have a git repo on github.
Someone has taken the repo (copied, not forked; I'm not entirely sure how or why), done a lot of work on about a quarter of the files therein, and then uploaded a new git repo to their own area in github containing exactly one commit - an initial commit, containing everything.
If I try to git merge, then every single file is coming up as a conflict; it thinks we've both added the files from scratch. Which of course we have.
I could manually diff and merge them all. But I'd really rather not have to.
I've added in his repo as a remote.
Is there an obvious way to merge in only the files which have been changed?