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

View File

@@ -0,0 +1,32 @@
# gh config
> GitHub CLI의 설정 변경.
> 더 많은 정보: <https://cli.github.com/manual/gh_config>.
- 사용 중인 Git 프로토콜 표시:
`gh config get git_protocol`
- 프로토콜을 SSH로 설정:
`gh config set git_protocol {{ssh}}`
- 모든 `gh` 명령어의 기본 페이지로 `delta`를 나란히 보기 모드로 사용:
`gh config set pager '{{delta --side-by-side}}'`
- 텍스트 편집기를 Vim으로 설정:
`gh config set editor {{vim}}`
- 기본 텍스트 편집기로 재설정:
`gh config set editor {{""}}`
- 대화형 프롬프트 비활성화:
`gh config set prompt {{disabled}}`
- 특정 설정 값 설정:
`gh config set {{key}} {{value}}`