Commit

Applies to: general

A commit is a saved snapshot in Git, with an identifier, author, message, and changes from its parent.

git commit -m "Fix glossary typo"

See also: git, version-control