Hacker News new | ask | show | jobs
Show HN: Bringing stacked diff workflow to Perforce (github.com)
1 points by kai2006 213 days ago
Hi HN!

I've been talking to a few engineers about how Perforce (verion control tool for large binary files) doesn't support stacked changelists, and how everyone just create massive changelists instead of trying to split them up into smaller, more reviewable chunks.

So I build p4-stack, a CLI tool in Python that brings the git rebase-style workflow to Perforce. It's ultra simple, and I'd love to hear what you think!

I also included a 90s demo of the tool at the front of README.md