在gitlab上,一般步骤是
1、按comments修改,产生新的commit
2、reviewer approve
3、能fast-forward的,直接merge,不能的先rebase再merge,还可以squash
没理解为啥要push -f
【 在 dpblue 的大作中提到: 】
: code review过了几天,给了一些comments,这时候我的branch已经落后develop branch很多了
: 我一般的做法是:
: 1. 把本地branch rebase到最新的 (git rebase develop)
: ...................
--
FROM 124.126.3.*