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

271 B

git repack

Git 저장소에서 압축되지 않은 객체를 패킹. 더 많은 정보: https://git-scm.com/docs/git-repack.

  • 현재 디렉토리에서 압축되지 않은 객체를 패킹:

git repack

  • 패킹 후 중복 객체도 제거:

git repack -d