Hello All
I bumped into this scenario and want to know if anyone faced and solved the same problem i am trying to solve.
push a change to master branch on gerrit
swith and commit locally on feature branc (fb)
rebase with master branch before push (pick up 1 new commit)
push a change to gerrit for the fb.
Gerrit now created so many new changes instead of creating just 1 new change for the new commit on feature branch.
Is there a way we can work around this type of behaviour ? What is the best way to keep feature branches in sync with master whille all of them are configured to use.
(rebase ?? or merging master branch to feature branches at regular intervals (concerned if the git history gets corrupt) )
Kindly suggest.
Thanks