I have a production server from some hosting company, so I can not host the git repository there.
I want to check the differences between my latest version in the code with the sources of the prod server (its php site).
I think someone changed the stuff in prod without updating it in git. How can I check this stuff? Or maybe a merger of changes or something else?
Any guidance recommendations?
My version control is git, the site is a cakephp based site.
source
share