Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-28 00:19:19 +00:00
parent cdc8040fcb
commit b758660fa5
13 changed files with 234 additions and 5 deletions

View File

@@ -12,6 +12,14 @@ source: https://github.com/tldr-pages/tldr.git
`git repack`
- Also remove redundant objects after packing:
- Remove redundant objects after packing:
`git repack -d`
- Repack all objects into a single pack:
`git repack -a`
- Limit the repack to local objects only:
`git repack -l`