I want to look at commit history, individual commits, the changes a commit brought, etc.
I don't know the exact commit or range I want.
To see X number of commits, pass a numerical flag:
git log -3
will output the last 3 commits.
Further filter by author: