Re: [Development] Pushing with the same change id to the another branch.

2018-01-02 Thread Thiago Macieira
On Tuesday, 2 January 2018 09:34:45 -02 Igor Mironchik wrote: > Hello, > > I pushed a change for code review into the 5.10 branch. But this patch > can't be merged into 5.10 branch since this is behavior change. Now I > want to push the same change (commit) into dev branch. So my question is > it

Re: [Development] Pushing with the same change id to the another branch.

2018-01-02 Thread Konstantin Tokarev
> Hello, > > I pushed a change for code review into the 5.10 branch. But this patch > can't be merged into 5.10 branch since this is behavior change. Now I > want to push the same change (commit) into dev branch. So my question is > it possible to do just: > > git push gerrit HEAD:refs/for/dev

[Development] Pushing with the same change id to the another branch.

2018-01-02 Thread Igor Mironchik
Hello, I pushed a change for code review into the 5.10 branch. But this patch can't be merged into 5.10 branch since this is behavior change. Now I want to push the same change (commit) into dev branch. So my question is it possible to do just: git push gerrit HEAD:refs/for/dev Change id wi