mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 05:02:10 +02:00

* git-a*: add and update Korean translation * git-b*: add and update Korean translation * git-*: add and update Korean translation * Update git-standup.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
12 lines
271 B
Markdown
12 lines
271 B
Markdown
# git repack
|
|
|
|
> Git 저장소에서 압축되지 않은 객체를 패킹.
|
|
> 더 많은 정보: <https://git-scm.com/docs/git-repack>.
|
|
|
|
- 현재 디렉토리에서 압축되지 않은 객체를 패킹:
|
|
|
|
`git repack`
|
|
|
|
- 패킹 후 중복 객체도 제거:
|
|
|
|
`git repack -d`
|