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

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.