Git Workflow

Long-form practical reference for Git branching strategies, commit conventions, merge vs rebase, PR workflow, conflict resolution, release tagging, and undoing mistakes. Use this skill whenever setting up Git practices for a new project, writing commit messages or PR descriptions, resolving merge conflicts, deciding between merge and rebase, creating releases or version tags, recovering from a git mistake, or when the user says "git workflow", "branching strategy", "how do I git", "fix my commit", "resolve conflict", "create a release", "undo this commit", or "what's the right way to do X in git". This is the workflow-level companion to `rules/common/git-workflow.md` — the rules file states the mandatory behaviors; this skill shows how to apply them. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/kadmon7--kadmon-harness--git-workflow commit 70b4d87ba4

Frequently asked questions

npx skillmds@latest add tomevault-io/git-workflow-100