You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
If you have an open stack, and you untrack a branch, a nice feature for st submit would be to ask to close the PR associated with that untracked branch.
Consider
C
B
A
main (trunk)
We untrack branch B and re-submit the restacked stack, the PR from B into A should be closed by st submit so the updated stack looks like:
Description
If you have an open stack, and you untrack a branch, a nice feature for
st submitwould be to ask to close the PR associated with that untracked branch.Consider
We untrack branch
Band re-submit the restacked stack, the PR fromBintoAshould be closed byst submitso the updated stack looks like: