I am beyond new to GIT, and infact have set it up almost like SVN (my comfort zone). There is a "single" remote repository which we are both pushing and pulling changes from off of a single master branch. I pushed a number of changes, which I then pulled into a fourth location (production server) so I know my changes made it to the "single" remote repository.
My git push yields "everything up-to-date" message.
How do I go about debugging the situation. I assume the issue is on his end, but i don't even know how to guide him on the investigation. Nor can I find any source of logging.
Any help on an approach to diagnosing the problem would be appreciated.
Thank you