بازگشت به لیست کانفلیکتها
Submodule Pointer Conflict
سناریو / علت
Both branches update the same submodule to different commits.
راه حل
git submodule update --init --recursive # Resolve manually if necessary git add . git commit
نکات حرفهای
Check submodule commit hashes to ensure correctness.