Hello.
There was such a problem:
There is a virtual server with a project on which two people work. Some time ago, one of the developers made changes to the project on the server (not by a commit, but changed files via ftp) and commited. As he explained, he corrected some errors in the project.
And here there was a problem - this commit solved the problem on the server, but it is not reset to local machines (neither git pull, nor git fetch).
After this "commit", new commits were uploaded to the server, and there were no problems. But on the local repositories of this commit is not, and accordingly, the problems for which it was created are not solved.
In connection with which I have questions:
Why git from local repositories does not see the commit created on the server manually?
What can be done to make it available?
I would be very grateful for your patience and answers to these questions.