GitHubSign in

An operation which groups a set of changes behind a name and a number, making these changes part of the head revision of the repository.

"A commit in Git includes changes to files that have been staged and includes a message describing what has been modified."

@gh-community

An operation in git that captures a snapshot of the project's currently staged changes.

"After adding the new feature, I made a commit to the repository with a message describing the changes."

@openai