git commit — save a snapshot

A commit permanently records everything staged, with a message describing why. Your project history is the chain of these snapshots — each one you can return to.

Commit your staged file:

!cd git-playground && git commit -m "first commit"

Then click Check — it verifies the working tree is clean and a commit exists.