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
Currently, git-revise only combines messages of squashed commit one by one.
Which means that it combines 1 and 2 saved, then combine the result to 3.
git-rebase combines 1, 2, 3 in one step.
The text was updated successfully, but these errors were encountered:
Given a git log like this:
Currently, git-revise only combines messages of squashed commit one by one.
Which means that it combines 1 and 2 saved, then combine the result to 3.
git-rebase combines 1, 2, 3 in one step.
The text was updated successfully, but these errors were encountered: