Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-31 00:21:41 +00:00
parent 5985fac848
commit af1e54b296
12 changed files with 83 additions and 36 deletions

View File

@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Clone a local repository:
`git clone {{[-l|--local]}} {{path/to/local/repository}}`
`git clone {{[-l|--local]}} {{path/to/local_repository}}`
- Clone quietly:
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
- Clone an existing repository only fetching the 10 most recent commits on the default branch (useful to save time):
`git clone --depth {{10}} {{remote_repository_location}}`
`git clone --depth 10 {{remote_repository_location}}`
- Clone an existing repository only fetching a specific branch: