How to move a directory as a git submodule
Jun 14, 2022 · 1 min read · Create a git repo using the directory content. Delete the directory content from the original repo (if existing in current git repo being used) Now add this newly created repo as a submodule. git submodule add <git-repo-link> Eg. git submodule add h...
Join discussion

