git

Installation
SKILL.md

Git Operations

Advanced git workflows and conflict resolution.

Decision Trees

Conflict Resolution Strategy

Situation Strategy
Lock file conflict (pnpm-lock, Cargo.lock, etc.) Never merge manually. Checkout theirs, regenerate.
SOPS encrypted file Checkout theirs, run sops updatekeys, re-add.
Simple content conflict Resolve manually, prefer smallest diff.
Large structural conflict Consider --ours/--theirs + manual reapply of the smaller side.

Rebase vs Merge

Related skills

More from hyperb1iss/hyperskills

Installs
18
GitHub Stars
9
First Seen
Feb 19, 2026