GitHub Stacked PRs
github.github.com
GitHub Stacked PRs
1–10 of 548 posts
Re: GitHub Stacked PRs
#2Re: GitHub Stacked PRs
#3Re: GitHub Stacked PRs
#4Re: GitHub Stacked PRs
#5I never understood the PR=branch model GitHub defaulted to. Stacked commits (ala Phabricator/Gerrit) always jived more with how my brain reasons about changes.
Glad to see this option. I guess I'll have to install their CLI thing now.
Re: GitHub Stacked PRs
#6Cool. Now let me do it across multiple repos. I often end up with 10 or 20 PRs across a half dozen repos that need to be merged in specific order.
Re: GitHub Stacked PRs
#7Re: GitHub Stacked PRs
#8Re: GitHub Stacked PRs
#9Finally! I never understood the PR=branch model GitHub defaulted to. Stacked commits (ala Phabricator/Gerrit) always jived more with how my brain reasons about changes. Glad to see this option. I guess I'll have to install their CLI thing now.
Re: GitHub Stacked PRs
#10If only there were some way to logically break up large pull requests into smaller pieces... Some way of creating a checkpoint with a diff including your changes, and some kind of message explaining the context behind the change... some way to "commit" a change to the record of the repository...