diff returning entire file for identical files
I've got a website that has a git repo. I cloned the repo so that I could develop in one directory and then push to the repo, and then pull in the live/prod directory (would be interested in suggestions for a better way to do this if there is one, but that's outside the scope of this question). I did the following in the live directory to push all my latest changes: git add . git commit -a // added a message git push I then did the following in the dev directory: git clone git@bitbucket.org:user/repo.git I then opened two files, prod/root/test.php and dev/root/test.php, and they looked