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
When attempting to revert a commit that results in a conflict, there is no way to continue the revert after resolving the conflict (ie. git revert --continue):
Given that this works in lazygit for other similar flows like rebasing, I'd expect this one to also be feasible.