mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* 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>
24 lines
721 B
Markdown
24 lines
721 B
Markdown
# 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}}`
|