17 lines
416 B
Markdown
Raw Normal View History

# gh status
> GitHub에서 구독중인 저장소의 상태 확인.
> 더 많은 정보: <https://cli.github.com/manual/gh_status>.
- 구독 중인 모든 저장소의 정보(이슈, Pull Request, 리뷰, 멘션, 활동 등) 출력:
`gh status`
- 특정 저장소 제외:
`gh status {{[-e|--exclude]}} {{저장소}}`
- 특정 조직에 속한 저장소 상태 출력:
`gh status {{[-o|--org]}} {{저장소}}`