Github submodule upload with git
Remove the nested Git repository: rm -rf frontend/.git Use Git submodules (if intended): git submodule add <url> frontend Ignore the ...
Remove the nested Git repository: rm -rf frontend/.git Use Git submodules (if intended): git submodule add <url> frontend Ignore the ...