Log
I can easily assess the revision history in any repo by typing
git log

The command
git log -n 3
will only show the last three commits.
There are a wide range of options for querying the log.
I can easily assess the revision history in any repo by typing
git log
The command
git log -n 3
will only show the last three commits.
There are a wide range of options for querying the log.