QuestionI have a Git project which has a long history. I want to show the first commit.How do I do this?AnswerI found that:git log --reverse shows commits from start.