بازگشت به لیست کانفلیکتها
File Rename Conflict
سناریو / علت
Same file renamed differently on two branches; Git cannot auto-merge.
راه حل
# Use merge tool to select correct version git add <resolved-file> git commit
نکات حرفهای
May require moving or renaming files manually.