Есть папка в которой 2 других папки
/project
/project/server
/project/client
Каждая из папок
server
и
client
содержит в себе свои гит репозитории
Я хочу в одном репозитории хранить два других репозитория файлами
Но при попытке сделать
git add .
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> client
hint:
hint: If you added this path by mistake, you can remove it from the
hint: index with:
hint:
hint: git rm --cached client
hint:
hint: See "git help submodule" for more information.
warning: adding embedded git repository: server
И хранится в виде, а нужно файлами
Или хоты бы, чтобы он подтягивал все текущие версии этих репозиториев
Сейчас скачиваются только пустые папки