Handle rebases, merge conflicts, or divergent histories in the data repo.
Why deferred from v1
v1 does simple commit + best-effort push. Conflict resolution requires understanding the merge semantics of schedule JSON files.
v1 baseline
Best-effort push. If push fails, commit stays local and next push includes all pending commits.
Handle rebases, merge conflicts, or divergent histories in the data repo.
Why deferred from v1
v1 does simple commit + best-effort push. Conflict resolution requires understanding the merge semantics of schedule JSON files.
v1 baseline
Best-effort push. If push fails, commit stays local and next push includes all pending commits.