所以,我最近在现有项目中添加了一个新的子模块,但看起来安装出了问题。首先,[submodule "vendor/plugins/redacted_chemistry"]
path = vendor/plugins/redacted_chemistry
url = git@github.com:biorails/redacted_chemistry.git
branch = develop_5.3
该目录的任何尝试都会添加其下的所有文件,但不会添加文件夹本身,这不是很好。
表示它已作为子模块安装:
它位于.gitmodules
git add vendor/plugins/redacted_chemistry
它在.git / modules / vendor / plugins /
中有一个条目表示它没有按预期工作:
git submodule foreach ...
将该文件夹中的所有文件添加到父存储库。 (不是子模块指针)<input type="text" name="Description" placeholder={{description}} [(ngModel)]="description" maxlength="20" (focus)="$event.target.select()">
<div *ngIf="selectedValue">{{selectedValue}}</div>
不包含该目录。为什么没有像其他子模式一样对待这个子模块?