How to get rid of false dependencies in gerrit

后端 未结 3 1670
小蘑菇
小蘑菇 2021-02-08 08:32

It appears that when using gerrit, by default all changes depend on the previous one. I do not branch for new changes, I simply work off the master branch and then push the comm

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-08 09:05

    I've been taught to get around this by doing git reset --hard HEAD~1 after each git push.

提交回复
热议问题