Why do I always resubmit other people’s code in git? ?
阿神2017-05-02 09:35:40
Before pushing your own code to the remote end, first pull the latest code from the remote end to the local end. If there is a conflict, resolve the conflict and then push it to the remote end.
巴扎黑2017-05-02 09:35:40
It may be because someone else submitted it before you, so after you submit it, you will merge other people's code with your own and submit it again.