Problem Statement
During a rebase with conflicts, which commands are used to proceed or cancel?
Explanation
Resolve conflicts, `git add`, then `--continue`; use `--abort` to return to pre-rebase state.
Practice Sets
This question appears in the following practice sets:
