-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem when tree doesn't change but commit structure has changed #123
Comments
I think I've run into this issue. I had a chain of commits, I used After rebasing, Is there any way I can fix this? Full
|
Okay, I found a workaround.
The workaround:
I don't know how to apply this workaround if the squashed commit is the first PR in the chain. |
Suppose you have commit A and B. You squash them into AB and run
ghstack
. This won't work; ghstack will say "well, B has the same tree as AB, so there's nothing to do." Even worse, when you're done, it will re check out B, undoing your AB merge.The text was updated successfully, but these errors were encountered: