将github同名子存储库添加到父存储库

时间:2018-06-14 01:52:45

标签: git github

子存储库与父存储库的名称相同。

release_date = new Date(in.readLong());

不起作用,我得到了这个提示

git add --all

如果

warning: adding embedded git repository: repostiroy
hint: You've added another git repository inside your current repository.
hint: Clones of the outer repository will not contain the contents of
hint: the embedded repository and will not know how to obtain it.
hint: If you meant to add a submodule, use:
hint:
hint:   git submodule add <url> repository

不起作用那么自从我无法遵循这些指示后会发生什么呢?

1 个答案:

答案 0 :(得分:0)

我感到愚蠢,然而,该文件显然是一个git存储库,因为我之前错误地上传了它。如果您想知道我做了什么,请进入该文件并执行

rm -rf .git

然后转到主存储库,你会很高兴。