Last active
December 10, 2015 22:18
-
-
Save lmeyer/4500868 to your computer and use it in GitHub Desktop.
Symlink example for windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In Git Bash : | |
$ ln -s /d/Google\ Drive/Work/mistral/wordpress/wp-content/blogs.dir/ wp-content/blogs.dir | |
or | |
$ cmd | |
$ mklink /D wp-content\blogs.dir "D:\Google Drive\Work\mistral\wordpress\wp-content\blogs.dir" | |
In cmd : | |
$ mklink /D wp-content\blogs.dir "D:\Google Drive\Work\mistral\wordpress\wp-content\blogs.dir" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment