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:
24
pages.ko/common/git-maintenance.md
Normal file
24
pages.ko/common/git-maintenance.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# git-maintenance
|
||||
|
||||
> Git 저장소 데이터를 최적화하기 위한 작업 실행.
|
||||
> 더 많은 정보: <https://git-scm.com/docs/git-maintenance>.
|
||||
|
||||
- 현재 저장소를 사용자의 목록에 등록하여 매일 유지 관리 작업 실행:
|
||||
|
||||
`git maintenance register`
|
||||
|
||||
- 현재 저장소에서 유지 관리 작업 시작:
|
||||
|
||||
`git maintenance start`
|
||||
|
||||
- 현재 저장소의 백그라운드 유지 관리 일정 중지:
|
||||
|
||||
`git maintenance stop`
|
||||
|
||||
- 현재 저장소를 사용자의 유지 관리 저장소 목록에서 제거:
|
||||
|
||||
`git maintenance unregister`
|
||||
|
||||
- 현재 저장소에서 특정 유지 관리 작업 실행:
|
||||
|
||||
`git maintenance run --task={{commit-graph|gc|incremental-repack|loose-objects|pack-refs|prefetch}}`
|
Reference in New Issue
Block a user