Is there a way to change the root (/) directory of git bash on windows.
By default it is set to the installation folder. Setting it to c:\ instead would save needing to type the drive letter e.g. /c/some/path on all absolute paths.
echo 'cd /c/' >> ~/.bashrc
Automatically go to /c/ directory when opening bash cli.