You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Do not rebase, abort, restart, or use force operations.
120
67
- Resolve only the conflicted files listed in the bundle.
121
-
- For each conflicted file, inspect the conflict diff plus the available stage snapshots before editing: base, ours-HEAD, and theirs-MERGE_HEAD.
122
-
- Preserve the intent of both HEAD and MERGE_HEAD when they can coexist; do not remove helpers, validation, generated bundle content, tests, or workflow steps from either side unless they are clearly obsolete after the merge.
123
-
- If you choose one side over the other, explain why the dropped side is incompatible or superseded.
124
-
- After editing each file, compare the resolved result against both side snapshots before staging it.
68
+
- Preserve the intent of both HEAD and MERGE_HEAD when they can coexist.
125
69
- If the conflict requires product judgment or involves binary/non-text files, stop and explain.
126
70
- Stage only files that you resolved.
127
71
- When done, print a concise summary of each resolved file.
0 commit comments