...

/

Git-Cloning Dependencies for Projects That Don't Use Git

Git-Cloning Dependencies for Projects That Don't Use Git

Let's learn how to Git-clone dependencies for projects that don't use Git.

If we're using another VCS or offering our source in an archive, we might have a hard time relying on Git submodules bringing in external dependencies to our repository.

Git-clone dependencies for non-Git projects

Chances are that the environment that will build our code has Git installed and can execute the git clone ...