[[git command]] that records changes from the [[Staging Area (git)|staging area]] to the [[Local repository (git)|local repository]] with a [[Commit|commit]] message. [^1]
```bash
git commit -m "describe what changed"
```
^cmd
[^1]: https://git-scm.com/docs/git-commit