LinuxCommandLibrary

rbt

rbt

TLDR

Post changes to Review Board

$ rbt post [change_number]
copy


Display the diff that will be sent to Review Board
$ rbt diff
copy


Land a change in a local branch or on a review request
$ rbt land [branch_name]
copy


Patch your tree with a change on a review request
$ rbt patch [review_request_id]
copy


Set up RBTool to talk to a repository
$ rbt setup-repo
copy

Copied to clipboard