Git

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

tomevault-io Updated

File contents

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 — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/jamesoidian--kuvari--git commit 6a36237f59

Frequently asked questions

npx skillmds@latest add tomevault-io/git-9