We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Fast Forward Commit

Here's a diagram of a fast-forward merge. Before:

      C     other_branch
     /
A - B       main

After git merge other_branch:

            other_branch
A - B - C   main

No merge commit is created.

Assignment

Run and submit the CLI tests.