.nh .TH "GH-STATUS" "1" "Oct 2022" "" "GitHub CLI manual" .SH NAME .PP gh-status - Print information about relevant issues, pull requests, and notifications across repositories .SH SYNOPSIS .PP \fB\fCgh status [flags]\fR .SH DESCRIPTION .PP The status command prints information about your work on GitHub across all the repositories you're subscribed to, including: .RS .IP \(bu 2 Assigned Issues .IP \(bu 2 Assigned Pull Requests .IP \(bu 2 Review Requests .IP \(bu 2 Mentions .IP \(bu 2 Repository Activity (new issues/pull requests, comments) .RE .SH OPTIONS .TP \fB\fC-e\fR, \fB\fC--exclude\fR \fB\fC\fR Comma separated list of repos to exclude in owner/name format .TP \fB\fC-o\fR, \fB\fC--org\fR \fB\fC\fR Report status within an organization .SH EXAMPLE .PP .RS .nf $ gh status -e cli/cli -e cli/go-gh # Exclude multiple repositories $ gh status -o cli # Limit results to a single organization .fi .RE .SH SEE ALSO .PP \fB\fCgh(1)\fR