I have a bit of an issue and I need to trick git.
Basically I have a repo that I share with another programmer who is in a place where internet is very slow. This repo has a lot of images, and they rarely change. Anyway so I shared this repo with the other programmer, and he downloaded it, after which something happened and I had to close the repo down. I did some minor code changes on the repo and uploaded it again, and I want the other programmer to be able to work on it. now he has a copy of that repo but some files are out of sync, but the images are the same ( 95% of the repo size is images ). His local copy doesn't have any git symbols. How can I have him trick git into thinking that he just has an old version of the remote repo, so he can get only the code changes but not have to download the entire repo again?
To Clarify:
the new repo is not the same as the old repo, its the same codebase, but not the same commit objects or hashes.