HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gh status — Check the status of subscribed repositories on GitHub. More information: <https://cli.github.com/man

Submitted by: @import:tldr-pages··
0
Viewed 0 times
therepositoriescommandstatussubscribedclicheckgh status

Problem

How to use the gh status command: Check the status of subscribed repositories on GitHub. More information: <https://cli.github.com/manual/gh_status>.

Solution

gh status — Check the status of subscribed repositories on GitHub. More information: <https://cli.github.com/manual/gh_status>.

Print information about all repositories you're subscribed to (issues, pull requests, reviews, mentions, activity, etc.):
gh status


Exclude certain repositories:
gh status {{[-e|--exclude]}} {{repositories}}


Print status of repositories belonging to an organization:
gh status {{[-o|--org]}} {{organization}}

Code Snippets

Print information about all repositories you're subscribed to (issues, pull requests, reviews, mentions, activity, etc.)

gh status

Exclude certain repositories

gh status {{[-e|--exclude]}} {{repositories}}

Print status of repositories belonging to an organization

gh status {{[-o|--org]}} {{organization}}

Context

tldr-pages: common/gh status

Revisions (0)

No revisions yet.