Paths to network resources are denoted in Windows with the \\servername\share\path\to\folder
syntax. How does one use such a folder within Git Bash, which uses Unix-style paths?
Actually just cd //servername/share/path/to/folder
where //servername/
is followed by at least one shared folder.