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
@vrom911 This would be really good to do indeed! Probably the easiest solution would be to catch the specific error of git rebase command and output instructions on it.
Instructions would be to modify the conflicting files, add them and do git rebase --continue.
Is this possible by Hit? Otherwise you need to switch over to git and reproduce the behavior of hit fresh manually.
When using
hit fresh
, ifgit rebase
is not completed because of the conflict files then the command failsIt should output instructions instead and not show the frightening error.
The text was updated successfully, but these errors were encountered: