# Git Workflow

> Git best practices for version control and collaboration Use when this capability is needed.

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

---


# Git Workflow

Best practices for Git version control.

## Commit Guidelines
- Write clear, descriptive commit messages
- Use conventional commit format (feat, fix, docs, etc.)
- Keep commits atomic and focused
- Reference issue numbers when applicable

## Branching Strategy
- Use feature branches for new work
- Keep main/master branch stable
- Rebase or merge based on team conventions
- Delete branches after merging

## Collaboration
- Pull frequently to stay updated
- Resolve conflicts carefully
- Review diffs before committing
- Use pull requests for code review

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

