mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
b184ceca66
Update git-submodule to pass linter requirements.
314 B
314 B
git submodule
Inspects, updates and manages submodules.
- Install a repository's specified submodules:
git submodule update --init --recursive
- Add a git repository as a submodule:
git submodule add {{repository-url}}
- Update every submodule to its latest commit:
git submodule foreach git pull