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>
This commit is contained in:
12
pages.ko/common/git-repack.md
Normal file
12
pages.ko/common/git-repack.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# git repack
|
||||
|
||||
> Git 저장소에서 압축되지 않은 객체를 패킹.
|
||||
> 더 많은 정보: <https://git-scm.com/docs/git-repack>.
|
||||
|
||||
- 현재 디렉토리에서 압축되지 않은 객체를 패킹:
|
||||
|
||||
`git repack`
|
||||
|
||||
- 패킹 후 중복 객체도 제거:
|
||||
|
||||
`git repack -d`
|
Reference in New Issue
Block a user