Replies: 2 comments 2 replies
|
Update: if I create local branches from the remote PR branches, I still get the "failed to update base branch" message but it otherwise works correctly. So when running |
|
The behavior is actually worse than you've described. I did: The three topic branches existed on the remote, each with its own commits and an open PR, but they didn't exist locally because I had developed them on another machine. The original work was not in the local object store and was gone from the remote refs. I was only able to recover it because GitHub's This is... not safe design.
Until this is fixed always fetch every branch you name into a local tracking branch before |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
gh stack init first-pr-branch second-pr-branchgh stack submitExpected: the PRs are unchanged other than being linked in a stack
Actual:
gh stack submitfails with errorI have tried this 4 times using different branch names and it always does the same thing, always pushing the same old commit to the first PR.
All reactions