πŸ” GIT COMMIT Β· COMMIT BUILDER

Craft the
Perfect Commit

A great commit message is a gift to your future self. Write messages so clear that even a stranger would understand why you changed the code.

How to Play

Write quality commit messages

Each round shows you staged files and what was changed.

✍️ Write a commit message that passes 5 quality checks:

βœ… Not empty
βœ… Starts with uppercase
βœ… Uses imperative mood (Add, Fix, Update…)
βœ… Under 72 characters
βœ… Descriptive (more than 10 characters)

The more checks you pass, the higher your grade! πŸ†

πŸ” COMMIT BUILDER Grade: β€” Round 1 / 5
πŸ“‹ Staged Changes
πŸ“ Your Commit Message
0 / 72
βœ“
Committed!

Commit Master
A commit message is a letter
to your future self.
Make it count.
$ git commit -m "Fix login timeout bug"
$ git commit --amend← fix last message
$ git log --oneline← see commit history
Final Grade: β€”