add new chinese translations
This commit is contained in:
12
pages.zh/common/git-repack.md
Normal file
12
pages.zh/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