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
When rebasing, we want to explicitly call out dropping of commits. We can identify these by finding all tree ids within the rebase range and looking for those and dropping them
If we are doing a contiguous drop, then we should delete branch names and re-parent child stacks.
If we try to support non-contiguous drops, then things get more interesting.
The text was updated successfully, but these errors were encountered:
When rebasing, we want to explicitly call out dropping of commits. We can identify these by finding all tree ids within the rebase range and looking for those and dropping them
If we are doing a contiguous drop, then we should delete branch names and re-parent child stacks.
If we try to support non-contiguous drops, then things get more interesting.
The text was updated successfully, but these errors were encountered: