Symbolic links files in project

You just need to enable "Developer Mode" (search in settings). And git may require setting:

git config --global core.symlinks=true

From then on any repos you clone will use symlinks.

2 Likes