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
I use a similar workflow and also got fed up with constantly rebasing branches so I made Autorebase to do it for me. It works really well and there were a surprising number of edge cases to handle, e.g. what happens when you run it from another worktree? What happens if the branch you want to rebase is checked out in another worktree? Etc.
It also does one fancy thing which is to quickly figure out how far it can rebase a branch before there are conflicts, and rebase it that far. Feel free to copy it!
https://www.reddit.com/r/rust/comments/p6ri06/gitstack_request_for_feedback_testers/h9gkam8/
https://www.reddit.com/r/git/comments/c0vflc/automatically_merge_warn_in_case_of_conflict/erayxno/
The text was updated successfully, but these errors were encountered: