Worktree

Use for non-trivial or parallel work that should happen in a separate git worktree.

hashgraph-online 9c10203 541 B Updated

File contents

Worktree

git worktree add ../<repo>-<topic> -b <type>/<topic>   # <type>: feat | fix | chore | ...
cd ../<repo>-<topic> && <setup> && <run tests>

Baseline must be green. If red, STOP - don't build on broken ground. Done -> ship.


Source: hashgraph-online/awesome-codex-pluginsplugins/ouonet/praxis/skills/worktree/SKILL.md

hashgraph-online/awesome-codex-plugins commit 9c10203081

Frequently asked questions

npx skillmds@latest add hashgraph-online/worktree