gitlab Request to merge branch-A into develop (3 commits behind) should I worry?

后端 未结 4 1713
耶瑟儿~
耶瑟儿~ 2021-02-05 15:35

When creating a merge request in gitlab I often get a message: Request to merge branch-A into develop ([x] commits behind) what does gitlab want to tell me? should I worry or d

4条回答
  •  臣服心动
    2021-02-05 15:45

    In addition of @alejdg's answer, to prevent this

    [--force] can cause the remote repository to lose commits; use it with care.

    You could also use --force-with-lease which is safer than --force, if others commits are inserted between your rebase and your push --force more information

提交回复
热议问题