UNPKG

693 BPlain TextView Raw
1Usage: git ssb pull-request [-b <base>] [-h <head>],
2 [-m <message> | -F <file>]
3
4 Create a pull request. This requests that changes from <head>
5 be merged into <base>.
6
7Arguments:
8 head the head repo/branch, in format "[<repo>:]<branch>"
9 Defaults to 'origin' or 'ssb', and the current branch.
10 base the base repo/branch, in format "[<repo>:]<branch>"
11 where <repo> may be a repo id or git remote name.
12 Defaults to the upstream of <head>, or <head>,
13 and its default branch (usually 'master')
14 message the text for the pull-request message
15 file name of file from which to read pull-request text
16