Question 071
### What is a git commit?
> https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits
1. [x] A commit is a snapshot of a repository at a specific point in time.
1. [ ] A commit refers to a new or updated file in a repository.
1. [ ] A commit refers to the code changes made to a repository in a pull request.
1. [ ] A commit is human readable text that describes the changes made to a repository.