Describe the feature that you'd like
I want to be able to right click on a commit and select fixup or squash to run the equivalent of running git commit --<fixup/squash> <commit hash>.
I also want a context menu to run the equivalent of git rebase -i --autosquash <commit hash>.
Additional context (optional)
It might be easier, if possible, to allow creating custom context commands.
Describe the feature that you'd like
I want to be able to right click on a commit and select
fixuporsquashto run the equivalent of runninggit commit --<fixup/squash> <commit hash>.I also want a context menu to run the equivalent of
git rebase -i --autosquash <commit hash>.Additional context (optional)
It might be easier, if possible, to allow creating custom context commands.