Today I learnt TIL :GIT Modules & How to effectively remove submodules

While I migrating this website, I came across many issues. One such issue was git submodule.So here is a post on it. what is a git submodule? Git submodule is a way to include another repository in Git as a sub directory in one repository. It allows you to keep another repo(your own repo or someone else) in your repo as a subdirectory It is useful for track that repo’s changes and use that project repo as a reference....

January 1, 2023 · 3 min · 541 words · Shweta Kadam