Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-18 00:18:39 +00:00
parent bda9e5a061
commit 0df0c010e8
101 changed files with 941 additions and 154 deletions

View File

@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
- View existing submodules, and the checked-out commit for each one:
`git submodule status`
`git submodule`
- Install a repository's submodules (listed in `.gitmodules`):
@@ -24,9 +24,9 @@ source: https://github.com/tldr-pages/tldr.git
`git submodule add {{repository_url}} {{path/to/directory}}`
- Update every submodule to its latest commit:
- Update submodules to their latest commits:
`git submodule update --init --recursive --remote`
`git submodule update --remote`
- Change the URL of a submodule: