Support comparing drives
unional opened this issue · comments
In Windows, when integrating UNIX commands when installing git, a file path can be specified using the format /d/abc.txt
instead of D:\abc.txt
.
This works in UNIX commands such as ls
, but not Windows commands such as cd
.