# making-commits > Guidelines on makign git commits - Author: Tuomas Salmi - Repository: Crossbill-Highlights/crossbill-web - Version: 20260120211443 - Stars: 9 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Crossbill-Highlights/crossbill-web - Web: https://mule.run/skillshub/@@Crossbill-Highlights/crossbill-web~making-commits:20260120211443 --- --- 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.