بازگشت به لیست کانفلیکتها
Delete vs Modify Conflict
سناریو / علت
One branch deletes a file while the other modifies the same file.
راه حل
# Decide whether to keep or delete the file git add <file> git commit
نکات حرفهای
Git marks this file as conflicted; manual resolution is required.