Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Oct 18, 2024What is a GIT submodule and what's the best way to work with them?This blog is written by Akshat Virmani at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. When working with large organizations or multiple repositories, leveraging or depending on different r...git-submodule
Hankyu Kimhankyukim.hashnode.dev·Jun 4, 2024git submodule cloneLet's clone the project with submodules! git clone {git address} When you clone a project with submodules, you might find the submodule directories are empty. This happens because, by default, Git does not automatically clone the content of submodul...Git
Mritunjay Kumarcodecomponents.hashnode.dev·May 20, 2024Working with submodules in githubMake sub repository inside main repository. Assume you have a project that contains two folders, server and client, to manage the repository called submodules. To set up Git submodules with separate repositories for the client and server, and a main...GitHub