Question 141
### What is the significance of the 'commit message' in the GitHub flow process?
> **More info**: [About commits](https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/about-commits)
1. [ ] It automatically merges changes into the main branch.
1. [ ] It creates a backup of the repository.
1. [x] It provides a summary of changes made in a commit, aiding in project history tracking.