A local git repository contains the following main branch as…

A local git repository contains the following main branch as the only branch. Commit c4 is the latest commit on that main branch. We run the following sequence of commands on this local repository: git checkout maingit branch featuregit checkout featuregit log How many commits will be listed by the final git log command?