making-commits
// Guidelines on makign git commits
$ git log --oneline --stat
stars:194
forks:37
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namemaking-commits
descriptionGuidelines on makign git commits
When working on bigger tasks follow these guidelines to ensure clear and maintainable commit history:
- Make small and focused commits that address a single concern or feature.
- Break big changes into logical separated commits
- Always run linter and formatting before committing.