gh,gh-*: add Korean translation (#14118)

This commit is contained in:
코드싸이
2024-10-11 13:41:00 +09:00
committed by GitHub
parent 3eba37f10a
commit 95f08423dd
29 changed files with 807 additions and 0 deletions

37
pages.ko/common/gh.md Normal file
View File

@@ -0,0 +1,37 @@
# gh
> GitHub와 원활하게 작업.
> `config`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
> 더 많은 정보: <https://cli.github.com/>.
- GitHub 리포지토리를 로컬에 복제:
`gh repo clone {{소유자}}/{{리포지토리}}`
- 새 이슈 생성:
`gh issue create`
- 현재 리포지토리의 열린 이슈를 보고 필터링:
`gh issue list`
- 기본 웹 브라우저에서 이슈 보기:
`gh issue view --web {{이슈_번호}}`
- 풀 리퀘스트 생성:
`gh pr create`
- 기본 웹 브라우저에서 풀 리퀘스트 보기:
`gh pr view --web {{pr_번호}}`
- 특정 풀 리퀘스트를 로컬에 체크아웃:
`gh pr checkout {{pr_번호}}`
- 리포지토리의 풀 리퀘스트 상태 확인:
`gh pr status`