Currently, gh stack submit pushes all branches in the stack up-front, then updates all the PRs in a second pass. If no PR exists, we'll prompt to add it, but we shouldn't be pushing that branch until we decide to add it (we should be able to skip via ESC, but this is not working; see #78).
Currently,
gh stack submitpushes all branches in the stack up-front, then updates all the PRs in a second pass. If no PR exists, we'll prompt to add it, but we shouldn't be pushing that branch until we decide to add it (we should be able to skip via ESC, but this is not working; see #78).