1.
Restart your KitClient based on the instructions in Subsection 2.7.5.
git log
command provides a way to see information about the history of the project. It will display information about the most recent commits that have been made to the repository. By default, git log
displays information about the 10 most recent commits. You can append a -2 (or -5) to show only the most recent 2 (or 5) commits.git log
command to display the information about the 4 most recent commits. (If you don’t see more all four recent commits, press "return" or "spacebar" to see more; when you are done, press "q" to quit.)git log
command to answer the following questions about the project history. Note, if you have started this exercise late, new commits may have been added. If so, you will need to look at more than the 5 most recent commits to answer the question.git log
command that shows a few more commits.