"vscode:/vscode.git/clone" did not exist on "9e7e98671d66a6048bbdcfaa1e8a68f4a2f97224"
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