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
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.
PeterMinin, TallJimbo, plohoj, Vombatt, RCMoonpie and 43 more