-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

git submodule


> Inspects, updates and manages submodules.

More information.


Install a repository's specified submodules:

git submodule update --init --recursive

Add a Git repository as a submodule:

git submodule add {repository_url}

Add a Git repository as a submodule at the specified directory:

git submodule add {repository_url} {path/to/directory}

Update every submodule to its latest commit:

git submodule foreach git pull


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:31:51 2024