Promptles
Git & Collaboration

Commit

beginner

Definition

A saved snapshot of your work at a particular moment, with a short note describing what you changed. Each commit is a checkpoint you can come back to. The history of an entire project is just one commit after another, going back to its very first day.

In the wild

A developer finishes adding a new login form and saves it as a commit with the note 'Add login form to homepage.' Six months later, anyone curious can look up that commit and see exactly which files changed and why.

More from Git & Collaboration