'How to have softlinks in the cloned repository in git?
I am cloning a repo from SVN to git by using git svn clone command. In the SVN repo there are few softlinks. How to have the same soft links in the cloned git repo?
Is there any flag or command I need to run before cloning or in the clone command?
I tried updating the config file - symlinks to true before cloning the repo but it didn't help.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
