Skip to content

Instantly share code, notes, and snippets.

@huenisys
Created August 20, 2018 07:54
Show Gist options
  • Save huenisys/d2a63acd7aeaa81ba74d4411906f0343 to your computer and use it in GitHub Desktop.
Save huenisys/d2a63acd7aeaa81ba74d4411906f0343 to your computer and use it in GitHub Desktop.
enable symlink in windows for git
  • enable developer mode in Windows 10 Pro
  • globally enable symlinks in repos: $ git config --global core.symlinks "true"
  • use $ mklink /d link target. use relative paths.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment