vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Git - use relative paths when running git commands

Open lszomoru opened this issue 9 months ago • 0 comments

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.

lszomoru avatar Mar 07 '25 12:03 lszomoru