Skip to content

Instantly share code, notes, and snippets.

@seredniy
Created April 22, 2021 13:01
Show Gist options
  • Save seredniy/a1a94e682f036fc63c32019a90ab3a3a to your computer and use it in GitHub Desktop.
Save seredniy/a1a94e682f036fc63c32019a90ab3a3a to your computer and use it in GitHub Desktop.
Create symlink for folder in Windows 10
mklink /j "C:\laragon\www\test-multi\wp-content\plugins" "C:\laragon\www\test\wp-content\plugins"
First folder will be a link to the second folder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment