1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 05:02:10 +02:00
tldr/pages.ko/common/git-repack.md
코드싸이 0819a11434
git-*: add and update Korean translation (#14031)
* 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>
2024-10-08 00:22:02 +09:00

12 lines
271 B
Markdown

# git repack
> Git 저장소에서 압축되지 않은 객체를 패킹.
> 더 많은 정보: <https://git-scm.com/docs/git-repack>.
- 현재 디렉토리에서 압축되지 않은 객체를 패킹:
`git repack`
- 패킹 후 중복 객체도 제거:
`git repack -d`