UNPKG

346 BPlain TextView Raw
1Usage: git ssb prs [--all|--open|--closed] [<repo>]
2
3 List pull requests for a repo
4
5Arguments:
6 repo id, url, or git remote name of the base repo.
7 default: 'origin' or 'ssb'
8Options:
9 --open Show only open pull requests (default)
10 --closed Show only closed pull-requests
11 --all Show pull requests of all state
12