Problem Statement
You made a fixup commit with message `fixup! Parse config`. Which command auto-positions it during rebase?
Explanation
`--autosquash` pairs `fixup!`/`squash!` commits with their targets in the todo list.
Practice Sets
This question appears in the following practice sets:
