On Mon, Jun 8, 2015 at 5:17 PM Jaikannan Ramamoorthy <jaikan...@gmail.com>
wrote:

> Lets say I have a fork of a my upstream repository called Origin and
> origin is ahead of upstream by 2 commits. Is there a way for me to post a
> diff of the merge request from origin to upstream to review board using rbt?
>
>
The best approach would be to do:

git remote add upstream git://upstream.tld/repo.git
then
git remote update ; git rebase upstream/master

This will rebase your branch atop upstream/master and you can then do 'rbt
post'.

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to