About 175,000 results
Open links in new tab
  1. Git - Submodules

    If you already cloned the project and forgot --recurse-submodules, you can combine the git submodule init and git submodule update steps by running git submodule update --init. To also …

  2. Git submodule | Atlassian

    A git submodule is a record within a host git repository that points to a specific commit in another external repository. Learn more in this article.

  3. How to Use Git Submodules – Explained With Examples

    May 7, 2024 · However, creating a submodule using the git submodule add command would prevent them. How to Clone a Repository with a Git Submodule There are two commands that …

  4. Git Submodule - GeeksforGeeks

    Jul 23, 2025 · What is a Git Submodule? A Git submodule is a repository embedded inside another Git repository. The main repository, known as the superproject, tracks the …

  5. Working with submodules - The GitHub Blog

    Feb 1, 2016 · Eventually, any interesting software project will come to depend on another project, library, or framework. Git provides submodules to help with this. Submodules allow you to …

  6. What Are Git Submodules, and How Do You Use Them?

    Jul 15, 2023 · Git submodules are a way of including one Git repository as a subdirectory of another repository. This kind of source code nesting can be very useful for projects that want …

  7. Working with Git submodules: A practical guide (with examples)

    Jan 27, 2024 · In this guide, we’ll explore the ins and outs of working with Git submodules and demonstrate practical usage with examples. Adding a Submodule To add a new submodule to …

  8. Git Submodule Guide & Basic Commands to Get Started

    Sep 1, 2022 · Learn about Git submodules and submodule management commands in this easy guide. The article also offers advice for working with submodules.

  9. Git Submodule Check and Fix Guide - TorchTree

    May 4, 2025 · This guide provides detailed instructions on how to check the submodule configuration in a Git repository, identify common submodule issues, and offers practical …

  10. Git - git-submodule Documentation

    Further calls to git submodule update, git submodule foreach and git submodule sync will skip any unregistered submodules until they are initialized again, so use this command if you don’t want …