vscode
vscode copied to clipboard
Git - use relative paths when running git commands
When calling git commands sometimes we use absolute paths and sometimes we use relative paths. Using absolute paths may be problematic as there are scenarios in which the repository root path does not match the absolute path (ex: subst drive). This issue tracks the debt item to consistently use relative paths when running git commands.