mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 03:48:01 +00:00
Update cheatsheets
This commit is contained in:
17
git-repack
Normal file
17
git-repack
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# git repack
|
||||
|
||||
> Pack unpacked objects in a Git repository.
|
||||
> More information: <https://git-scm.com/docs/git-repack>.
|
||||
|
||||
- Pack unpacked objects in the current directory:
|
||||
|
||||
`git repack`
|
||||
|
||||
- Also remove redundant objects after packing:
|
||||
|
||||
`git repack -d`
|
||||
Reference in New Issue
Block a user