Creating a Symbolic Link in Windows 10 and Push it on Git Repository

Sometimes we want to create a symlink on our code and push it to Git repository. For Linux or MacOS system, it is quite straightforward. However things are different in Windows 10, which we can use below command

$ mklink  new.txt old.txt

Sample git repo with symlink file can be found in below URL,

https://github.com/edwin/symlinks-on-windows-and-git

Leave a Comment

Your email address will not be published.