有没有办法通过放置符号链接将文件推送到 git 存储库外部。
例如,我想推送文件并在 git 存储库中/root/my_file
创建了一个符号链接。my_symbolic_link
# ls -lA
drwxr-xr-x 7 root root 4096 Oct 8 07:55 .git/
lrwxrwxrwx 1 root root 26 Oct 8 7:58 my_symbolic_link -> /root/my_file