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
CF, for commit --fixup will show up log with N last commits (N should be definable). If user choose first commit, it makes a commit --amend, otherwise it creates a fixup commit.
It should open a new window, on bottom, with fancy colors ;) in read only mode. Default log format should be --oneline, but also should be definable. Then, user can search into its commits, and when cursor is on the wanted commit, press enter: a commit is created with "fixup! SHA1 msg".
Default mappings could be CF and CS (previous CF mapping could be renamed CE for commit extend)
When user choose stash or fixup commit mode, a git log is shown in quick fix window,and user can choose which commit to fixup/squash from here.
The text was updated successfully, but these errors were encountered: