Here's a diagram of a fast-forward merge. Before:
C other_branch / A - B main
After git merge other_branch:
git merge other_branch
other_branch A - B - C main
No merge commit is created.
main
G
git log
update_titles
Run and submit the CLI tests.