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
I'm not getting the indicator of a dirty repo in the prompt since I updated to 1.3.0pre.
The command I think it's getting executed is git diff --quiet --ignore-submodules HEAD 2>nul but in my current instalattion returns:
fatal: ambiguous argument '2': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
I'll try to obtain a command that works and commit it as a fix later.
The text was updated successfully, but these errors were encountered:
I'm not getting the indicator of a dirty repo in the prompt since I updated to 1.3.0pre.
The command I think it's getting executed is
git diff --quiet --ignore-submodules HEAD 2>nul
but in my current instalattion returns:I'll try to obtain a command that works and commit it as a fix later.
The text was updated successfully, but these errors were encountered: