بازگشت به لیست کانفلیکت‌ها

Binary File Conflict

سناریو / علت

Both branches modified a binary file (e.g., image, Excel), Git cannot auto-merge.

راه حل
# Manually choose correct file version
git add <file>
git commit
نکات حرفه‌ای

Binary files require human decision; Git cannot merge automatically.