How to show the first commit by 'git log'?

Question

I have a Git project which has a long history. I want to show the first commit.

How do I do this?

Answer

I found that:

git log --reverse

shows commits from start.

Add all files to a commit except a single file?

Show just the current branch in Git