Always private
DuckDuckGo never tracks your searches.
Learn More
You can hide this reminder in Search Settings
All regions
Argentina
Australia
Austria
Belgium (fr)
Belgium (nl)
Brazil
Bulgaria
Canada (en)
Canada (fr)
Catalonia
Chile
China
Colombia
Croatia
Czech Republic
Denmark
Estonia
Finland
France
Germany
Greece
Hong Kong
Hungary
Iceland
India (en)
Indonesia (en)
Ireland
Israel (en)
Italy
Japan
Korea
Latvia
Lithuania
Malaysia (en)
Mexico
Netherlands
New Zealand
Norway
Pakistan (en)
Peru
Philippines (en)
Poland
Portugal
Romania
Russia
Saudi Arabia
Singapore
Slovakia
Slovenia
South Africa
Spain (ca)
Spain (es)
Sweden
Switzerland (de)
Switzerland (fr)
Taiwan
Thailand (en)
Turkey
Ukraine
United Kingdom
US (English)
US (Spanish)
Vietnam (en)
Safe search: moderate
Strict
Moderate
Off
Any time
Any time
Past day
Past week
Past month
Past year
  1. In that case, it is possible for git pull --recurse-submodules, or git submodule update, to fail if the superproject references a submodule commit that is not found in the submodule remote locally configured in your repository. In order to remedy this situation, the git submodule sync command is required:
    • Bundling

      7.10 Debugging with Git; 7.11 Submodules; 7.12 Bundling; 7.13 Replace; 7.14 Credential Storage; 7.15 Summary; 8. Customizing Git. 8.1 Git Configuration; 8.2 ... Git is capable of "bundling" its data into a single file. This can be useful in various scenarios. Maybe your network is down and you want to send changes to your co-workers.

    • Submodule

      The given URL is recorded into .gitmodules for use by subsequent users cloning the superproject. If the URL is given relative to the superproject's repository, the presumption is the superproject and submodule repositories will be kept together in the same relative location, and only the superproject's URL needs to be provided. git-submodule will correctly locate the submodule using the ...

    • Submodules

      The init and update subcommands of git submodule will maintain submodules checked out and at an appropriate revision in your working tree. Alternatively you can set submodule.recurse to have checkout recurse into submodules (note that submodule.recurse also affects other Git commands, see git-config[1] for a complete list).

  2. freecodecamp.org

    May 7, 2024A Git submodule refers to a Git repository that exists within another Git repository. You can think of it as a child repository or a subset of a main repository. Git submodules provide a structured way of including external repositories in a project while retaining the benefits of having a repository maintained separately.
  3. atlassian.com

    A Git submodule is a record within a host Git repository that points to a specific commit in another external repository. Submodules are very static and only track specific commits. Submodules do not track Git refs or branches and are not automatically updated when the host repository is updated. When adding a submodule to a repository a new ...
  4. stackoverflow.com

    Mar 29, 2023Configure Git submodule: You have a project -- call it MyWebApp that already has a github repo. You want to use the jquery repository in your project. You want to pull the jquery repo into your project as a submodule. Submodules are really, really easy to reference and use. Assuming you already have MyWebApp set up as a repo, from terminal ...
  5. Jul 23, 2024Git submodules work well enough for simple cases, but these days there are often better tools available for managing dependencies than what Git submodules can offer. Modern languages like Go have friendly, Git-aware dependency management systems built-in from the start.
  6. howtogeek.com

    Jul 15, 2023git submodule update --remote. However, if you need to make changes yourself, it becomes a little trickier. Making changes to code in Git submodules requires a bit of extra care compared to updating code in a regular Git repository, and you generally have two options: Make the changes in a separate repository for the submodule, and commit and ...
  7. The given URL is recorded into .gitmodules for use by subsequent users cloning the superproject. If the URL is given relative to the superproject's repository, the presumption is the superproject and submodule repositories will be kept together in the same relative location, and only the superproject's URL needs to be provided. git-submodule will correctly locate the submodule using the ...
  8. slingacademy.com

    Jan 27, 2024Understanding Git Submodules. Git submodules allow you to keep a Git repository as a subdirectory of another Git repository. This is ideal for projects that depend on certain versions of external repositories. By using submodules, you can track the external repositories in a given commit.
  9. The init and update subcommands of git submodule will maintain submodules checked out and at an appropriate revision in your working tree. Alternatively you can set submodule.recurse to have checkout recurse into submodules (note that submodule.recurse also affects other Git commands, see git-config[1] for a complete list).
  10. geeksforgeeks.org

    Sep 10, 2024A Git submodule is a repository embedded inside another Git repository. The main repository, known as the superproject, tracks the submodule's state via a specific commit hash. This allows the superproject to reference a particular version of the submodule, making it easy to include third-party libraries or shared codebases as part of your ...
  11. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX