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
And about the git rebase --abort suggestion, I'm not sure the tool should do that, that's only true if you want to abort the current rebase, but there might be many cases where you don't (you want to finish it). I'm not very sure about giving advice in the tool to do something that can potentially make the user lose work. And explaining all this might be too much for an error message, it is expected that the user knows how to use git.
And about the git rebase --abort suggestion, I'm not sure the tool should do that, that's only true if you want to abort the current rebase, but there might be many cases where you don't (you want to finish it). I'm not very sure about giving advice in the tool to do something that can potentially make the user lose work. And explaining all this might be too much for an error message, it is expected that the user knows how to use git.
Reply to this email directly or view it on GitHubhttps://github.com//issues/162#issuecomment-155924685.
reabase
=>rebase
.Also it would be nice if it said we can use
git rebase --abort
in this case.The text was updated successfully, but these errors were encountered: