-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementImprove the expectedImprove the expected
Description
- I have searched the discussions
- I have searched the existing issues
Version
0.1.0
Use Case
- My PR was squashed-merged
- I perform
git stack --pull
- I want my local branch automatically deleted, instead it skips rebase because of conflicts
Requirements
- No data loss
- Squash-merged branch is deleted
- All dependent branches rebase safely on master
Possible Solutions
Because of that, git rebase-update will attempt to squash your conflicted branch to see if the squashed version applies cleanly to its upstream.
#4 is about a way to unsafely handle pulling squashed PRs
Metadata
Metadata
Assignees
Labels
enhancementImprove the expectedImprove the expected