AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
GH Stack or SLPR for Pull Requests?
There's an existing tool called GH stack that actually came from every Yang on the PyTorch team. It simulates stacks and avoids force pushing on GitHub pull requests. But one drawback is that you have to have right access to the GitHub repo, to which you're submitting a pull request. And so I made a separate tool or sub command of sapling, it's just called PR for pull request. You can also take your feature branch, you run SLPR, and it goes and it creates a separate pull request for each commit in the stack.