Solution Steps: git commit git checkout c1 git branch test git checkout test git commit git commit git checkout c3 git checkout -b feature git commit git checkout test git merge feature git branch -D feature Result: