gl*: add Korean translation (#14347)

This commit is contained in:
HoJeong Im
2024-10-30 14:40:55 +09:00
committed by GitHub
parent 5732e50f81
commit 8f861e49fa
15 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# glab repo
> GitLab 레포지토리 작업.
> 더 많은 정보: <https://glab.readthedocs.io/en/latest/repo/index.html#synopsis>.
- 새로운 저장소를 생성 (저장소 이름이 설정되지 않은 경우, 기본 이름은 현재 디렉터리의 이름이 됨):
`glab repo create {{이름}}`
- 레포지토리 복제:
`glab repo clone {{소유자}}/{{레포지토리}}`
- 레포지토리 포크 및 복제:
`glab repo fork {{소유자}}/{{레포지토리}} --clone`
- 기본 웹 브라우저에서 레포지토리 보기:
`glab repo view {{소유자}}/{{레포지토리}} --web`
- GitLab 인스턴스에서 일부 레포지토리를 검색:
`glab repo search -s {{검색_문자열}}`