1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 17:55:27 +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

513 B

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