git-fixup icon indicating copy to clipboard operation
git-fixup copied to clipboard

Feature Request: Ask for rebase

Open elupus opened this issue 4 weeks ago • 0 comments

It would be nice if run in interactive mode like with git fixup -c, it would ask if you want to rebase directly. I tend to do git fixup -c. then very often realise that i wanted a rebase so i have to manually run `git rebase origin/master --keep-base.

If it's already interactive, it might as well ask for rebase too.

elupus avatar Dec 11 '25 12:12 elupus