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.
我通过 git 通过推送到 ssh openShift 服务器上传了一个 yii 网站。我已经用作曲家下载了插件。现在所有的插件都被视为子项目,这意味着这些插件的源代码没有上传。我怎样才能停止子项目功能
您应该删除子模块,请参阅如何删除子模块?
之后,您可以将内容添加到您的.gitignore文件中,这样您就不会意外地将文件添加回来:
.gitignore
file.php dir/