7 ms·
Hi HN, I built Git-chain to help with branch management in trunk-based development workflows. When you want to keep changesets small and reviewable, but still
by hammadfauz 1y ago
Hi HN,
I built Git-chain to help with branch management in trunk-based development workflows.
When you want to keep changesets small and reviewable, but still build new work on top of unmerged changes, Git can get messy fast. Git-chain makes it easier to track and manage these dependent branches cleanly.
Would love feedback — especially from teams doing trunk-based development!