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
It might be worth looking into formatting the git command output in a machine-readable way.
For example, commands like git status has the --porcelain flag, other commands like git log have the --format flag, and there are other helpful flags out there.
I've chatted about it with Perplexity, it might contain interesting information.
We rely on git command output message to translate it into meaningful errors. This might become tricky in some scenarios:
#8345 (review)
The text was updated successfully, but these errors were encountered: