Process Flow - Aborting a merge
Start merge command
Merge conflict detected?
No→Merge completes
Yes
Decide to abort merge
Run git merge --abort
Merge state cleaned
Back to pre-merge state
This flow shows starting a merge, detecting conflicts, deciding to abort, running the abort command, and returning to the state before the merge.