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