# Git

> Git conventions and commit message standards. Use when this capability is needed.

- Skill: `tomevault-io/git-9` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/git-9`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/git-9/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/git-9

---


# Git Conventions

## Commit Messages
- Use clear, descriptive commit messages in Finnish or English (be consistent).
- Prefix messages with their intent when relevant:
  - `feat:` for new features
  - `fix:` for bug fixes
  - `chore:` for maintenance or configuration changes
  - `security:` for vulnerability fixes
- Example: `fix: update iOS deployment target to 15.0`

## Ignored Files
- Always ensure `google-services.json` and `GoogleService-Info.plist` are in `.gitignore`.
- If accidentally tracked, use `git rm --cached` to stop tracking them without deleting from disk.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/jamesoidian) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

