# making-commits > Guidelines on makign git commits - Author: Lukin - Repository: aiskillstore/marketplace - Version: 20260122205935 - Stars: 177 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/aiskillstore/marketplace - Web: https://mule.run/skillshub/@@aiskillstore/marketplace~making-commits:20260122205935 --- --- name: making-commits description: Guidelines 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.