Why do I always resubmit other people's code in git? ? Always appears in pull requests~
世界只因有你
世界只因有你 2017-05-02 09:33:40
0
4
751

Why do I always resubmit other people’s code in git? ?

世界只因有你
世界只因有你

reply all(4)
阿神

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.

巴扎黑

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.

漂亮男人

Be sure to fetch or pull before each submission

世界只因有你

Pull before pushing to resolve merge conflicts

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template