Files: 873ff04e1eef1fb6e86d5e48cbaf0da8e8ac7dfe / lib / pull-requests.txt
346 bytesRaw
1 | Usage: git ssb prs [--all|--open|--closed] [<repo>] |
2 | |
3 | List pull requests for a repo |
4 | |
5 | Arguments: |
6 | repo id, url, or git remote name of the base repo. |
7 | default: 'origin' or 'ssb' |
8 | Options: |
9 | --open Show only open pull requests (default) |
10 | --closed Show only closed pull-requests |
11 | --all Show pull requests of all state |
12 | |
13 |
Built with git-ssb-web