I have added a windows (window 7) symlink to my codebase ("foo" -> \\server\foo). I have a large set of configuration files under the networks share -\server\foo location. How do i check-in this symlink "foo" into my Git repo?
Any other user cloning the repo should get this link and should be able to pick up the files from the \\server\foo\ location.
The thought is to avoid repeated syncs of this large set of config files during integration builds
When i tried checking in, all the files under the \\server\foo location. When a user cloned the repo, "foo" was added as a simple directory.