github - How does git resolve remote library conflicts?
给我你的怀抱
给我你的怀抱 2017-05-25 15:08:31
0
2
1035

It is a warehouse that is locally associated with github

Then the github repository independently modified some files

Now we need to submit the code locally to the github repository

There will be conflicts

给我你的怀抱
给我你的怀抱

reply all(2)
巴扎黑

As mentioned, you can first perform git pull to pull down the remote code, then merge it locally and re-commit it

滿天的星座
  1. First git pull update the remote code

  2. Execute git status Follow the prompts to resolve conflicting files

  3. Then git add -A && git commit submit the version that resolves the conflict
    Now the version will be clean

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!