1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:35:28 +02:00
tldr/pages/common/rbt.md
Managor d1fa35edf6
common/*: reduce usage of "command-line" (part 2) (#16950)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:47:23 +03:00

24 lines
513 B
Markdown

# rbt
> RBTools, a set of tools for working with Review Board and RBCommons.
> More information: <https://www.reviewboard.org/docs/rbtools/dev/>.
- Post changes to Review Board:
`rbt post {{change_number}}`
- Display the diff that will be sent to Review Board:
`rbt diff`
- Land a change in a local branch or on a review request:
`rbt land {{branch_name}}`
- Patch your tree with a change on a review request:
`rbt patch {{review_request_id}}`
- Set up RBTool to talk to a repository:
`rbt setup-repo`