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