The code on my server is correct, but there is an error in the local code. I want to merge the code on the local and the server. The merge is successful, no error or conflict is prompted, but the code on the server cannot be merged. The server is still correct, but the local one is still wrong. I would like to ask what is the problem?
Thank you!
Ignore the information you provided and don’t know what your local and server conditions are.
Maybe your local server content is not updated with the server.
You can fetch remote first to pull the server content back to the local and then merge.
But according to your needs, you can only merge the commit once.