mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 15:54:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user