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.