I am curious about how to remove the first commit in git.
What is the revision before committing any thing? Does this revision have a name or tag?
If you have just committed it but not pushed it then just remove .git directory and git init again...
git init