A colleague pulled the code locally for development at 7: 00. The
B colleague modifies the model layer (the underlying code) at 8: 00 and submits it to the server.
A colleague finally finished writing the upper layer code at 9 o"clock and submitted it to the server, when he found that the model layer code on the server had been changed beyond recognition, and did not match the upper layer code he had written that depended on this model layer, causing the code to be written almost in vain.
could you tell me how to solve this situation?
you can only be truly efficient if you use git to collaborate on development projects.