Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-06 00:19:54 +00:00
parent e452860d9b
commit 7e39fb6df5
49 changed files with 132 additions and 93 deletions

View File

@@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git
- Report what would be removed by Git prune without removing it:
`git prune --dry-run`
`git prune {{[-n|--dry-run]}}`
- Prune unreachable objects and display what has been pruned to `stdout`:
`git prune --verbose`
`git prune {{[-v|--verbose]}}`
- Prune unreachable objects while showing progress: