3 posts tagged with "submodule"

    git submodules: how to remove a submodule

    2022-11-28

     | 

    ~1 min read

     | 

    152 words

    Deleting a git submodule is a potentially confusing aspect of working with them. This is because while they can be removed from some…

    git submodules: exploring the add api

    2022-11-28

     | 

    ~1 min read

     | 

    155 words

    Git Submodules can be really useful, but they’re not always straightforward to use. Today, I want to explore the API a bit. The full API…

    git submodules

    2022-11-28

     | 

    ~13 min read

     | 

    2494 words

    I was having a discussion with some friends recently when they mentioned that were using Git’s Submodules to manage the content for their…

Return to all tags