Allow renaming a stack branch without rebasing #393
GigiLoria5
started this conversation in
Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
gh stack modifycurrently requires the stack to be rebased before making any changes, including renaming a branch.There are cases where I want to rename a branch now but postpone rebasing because I expect conflicts and am not ready to resolve them yet.
Could rename-only changes be allowed without normalising the stack first, either through
gh stack modifyor a dedicated command?This is related to the broader branch-renaming discussion in #227
All reactions