GitHub와 원활하게 작업.
config
와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다. 더 많은 정보: https://cli.github.com/.
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