"vscode:/vscode.git/clone" did not exist on "be66fe9d7aab5cd1603a6e86d67b792ac9f5e6f5"
Updated git-prompt.sh to quote variables
An error was thrown (`bash: [: =: unary operator expected`) when using the __git_ps1_colorize_gitstring function outside of the one place it's called (line 512), because the "detached" variable was not quoted, and was unset.
Please register or sign in to comment