I have a project which has long history. I want to show the first commit on git.
How do I do this?
git log $(git log --pretty=format:%H|tail -1)