# git-operation > Guide for basic Git operations - Author: Hirofumi Wakasugi - Repository: 5t111111/tailwind-theme-figma-variables - Version: 20260101164153 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/5t111111/tailwind-theme-figma-variables - Web: https://mule.run/skillshub/@@5t111111/tailwind-theme-figma-variables~git-operation:20260101164153 --- --- name: git-operation description: Guide for basic Git operations --- # Git Operation Skill This skill provides a guide for performing basic Git operations especially for committing changes. ## Committing Changes - Git commit messages must always be written in English - Summarize the changes concisely in the first line of the commit message - If detailed explanations or additional information are needed in the commit message, insert a blank line after the first line, then describe them in bullet points - Always run `mise run fmt` to format the code before committing - Always run `mise run test` before committing code changes to ensure no tests are failing