...

/

The 'git submodule' Command

The 'git submodule' Command

Learn about the "git submodule" command with the help of an example.

We'll cover the following...

Git submodules solve these external repository dependency issues with a little overhead. Now that you understand local and remote repositories, it will be much easier to grasp how submodules work.

Tracking copies

Git submodule commands are Git commands used to track copies of other repositories within your repository. The tracking is under your control (so you decide when it gets updated, regardless of how the other repository moves on), and the tracking is done within a file that is stored with ...