common/p*: add Korean translation (#14663)

* common/p*: add Korean translation

* Update pages.ko/common/perldoc.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/pcdovtoppm.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-07 14:54:05 +09:00
committed by GitHub
parent fd7d9f925b
commit 2317407751
161 changed files with 3836 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# protector
> GitHub 저장소의 브랜치를 보호하거나 보호 해제.
> 더 많은 정보: <https://github.com/jcgay/protector>.
- GitHub 저장소의 브랜치 보호 (브랜치 보호 규칙 생성):
`protector {{브랜치_정규식}} -repos {{조직/저장소}}`
- 보호될 브랜치 미리보기 (해제에도 사용 가능):
`protector -dry-run {{브랜치_정규식}} -repos {{조직/저장소}}`
- GitHub 저장소의 브랜치 보호 해제 (브랜치 보호 규칙 삭제):
`protector -free {{브랜치_정규식}} -repos {{조직/저장소}}`