Pull Request
Related to Backlog Pull Requests for the current repository.
COMMANDS:
gitb pr [-s <STATE>]
Open the pull request list page in the current repository.
gitb pr show [<PR-ID>]
Open the pull request page. When no specify <PR-ID>
, open the PR page related to the current branch.
gitb pr add [-b <BASE>]
Open the page to create pull request with the current branch.
gitb pr blame [git blame command options] <PATH>
Show backlog’s pull request id with git blame
.
OPTIONS:
-s, --state <STATE>
Filter pull requests by STATE. Values: “open” (default), “closed”, “merged”, “all”.
-b, --base <BASE>
BASE is base branch name. Default is empty.