Using the Log
One of the most powerful commands in Git is log
. You've already seen the log being used a bit in previous chapters, but now it is time to look at it in detail.
The log can show you when each commit was created, who created it, and other useful information about the commit, such as what changed in each file. You have great control over what is displayed, as you will see in this chapter.