Git Workflow

Git workflow best practices for commits, rebasing, conflict resolution, and branch management. Use when working with git operations, creating commits, resolving conflicts, or managing branches. Use when this capability is needed.

tomevault-io Updated

File contents

Git Workflow Best Practices

This skill provides guidelines for git operations including commits, conflict resolution, and branch management.

Commit Guidelines

ALWAYS delegate to the git:commit-handler agent for all commit operations. Never run git commit directly.

Conflict Resolution

ALWAYS delegate to the git:conflict-resolver agent to resolve any git merge or rebase conflicts.

Rebasing

ALWAYS delegate to the git:rebaser agent to rebase the current branch on upstream.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/motlin--claude-code-plugins--git-workflow commit 761467e0fb

Frequently asked questions

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