Multi-Repo Pull with Untracked Conflict Recovery When a multi-repo pull fails due to untracked local files conflicting with incoming remote files, use (not plain ) to capture both tracked and untracked changes. This temporarily moves marker files like and out of the way before pulling. After pull succeeds, restore the stash and verify no conflict markers remain — then safely drop the stash. This pattern handles the common case where workflow metadata or generated files block standard pulls in workspace ecosystems. ---