灯火珊阑 (@Tonoakari) 在 Linux上git管理符号链接文件夹的问题 中发帖
Linux服务器上有两个文件夹:
/home/userID/html
/var/www/html/userID
/home/userID/html文件夹使用ln -s指向/var/www/html/userID
在/home/userID/创建git仓库尝试同步html文件夹时git说/home/userID/html文件夹是符号链接不支持同步。在不修改符号链接的情况下怎么使用单个git仓库管理这个问题?