Forrest logo
back to context overview

rbt

List of commands for rbt:

  • rbt:tldr:2b1dc rbt: Patch your tree with a change on a review request.
    $ rbt patch ${review_request_id}
    try on your machine
    explain this command
  • rbt:tldr:84ef8 rbt: Land a change in a local branch or on a review request.
    $ rbt land ${branch_name}
    try on your machine
    explain this command
  • rbt:tldr:b6ae7 rbt: Post changes to Review Board.
    $ rbt post ${change_number}
    try on your machine
    explain this command
  • rbt:tldr:e9d38 rbt: Display the diff that will be sent to Review Board.
    $ rbt diff
    try on your machine
    explain this command
  • rbt:tldr:f62b4 rbt: Set up RBTool to talk to a repository.
    $ rbt setup-repo
    try on your machine
    explain this command
back to context overview