Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的代码位于不同的文件夹中,但由于我想在我的 IDE 中的一个“根”下查看它,所以我使用符号链接,例如ln -s /path/to/mode/code/ SomeFolder. 如果我尝试推送到 GitHub,则只会推送符号链接的文件。我怎样才能让它也导入链接的文件夹及其内容?
ln -s /path/to/mode/code/ SomeFolder