Git Bash shell fails to create symbolic links
It is possible, albeit extremely awkward, to create a symbolic link in MSysGit. First, we need to make sure we are on Windows. Here’s an example function to check that: windows() { [[ -n “$WINDIR” ]]; } Now, we can’t do cmd /C, because MSysGit will fornicate with this argument and turn it into C:. … Read more