This post was not written by any artificial intelligence model.
Sometimes when we want to add another git repository to our project to use it as a dependency, we have a directories structure that needs to have it inside a specific directory. For exmaple, let’s say we have something like this:
.
├── lib
│ └── our_submodule_should_be_here
└── src
└── main.c
So, you just have to go to that directoy, for example: