我有一台带遥控器的服务器,每当我 git pull
我得到那些愚蠢的======和HEAD >>>>我的文件中的东西导致我的服务器无法正常工作。每次我想要将服务器更新为与我的源/主服务器相同时,如何防止这种情况?
这就是我做的:
git pull production master
然后我得到了这个:
CONFLICT (content): Merge conflict in
当我做的时候 git status
我明白了:
Unmerged paths:
(use "git add/rm <file>..." as appropriate to mark resolution)
both modified: photocomp/settings.py
both modified: photocomp/wsgi.py