There is server A, a local git is deployed on it. If I try to send changes from my computer to this server, then the information about the change comes: there is a comit entry in git log, but the changes are not applied.
those. If I changed the file A, which was in gita, adding a line to it, made a commit and sent it to a remote server. on the remote server, git log has my commit, git status displays this file with the modified mark, the contents of the file are the same as before the commit.
When pushing, commite, etc. No errors, says that everything is fine