mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 12:49:30 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/git-repack
Normal file
17
tldr/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