Git pull.rebase this is a possibly dangerous operation

后端 未结 3 1343
一向
一向 2020-12-05 19:38

In the git-config documentation the information about pull.rebase:

pull.rebase

When true, rebase branches on top of the fetched branch,

3条回答
  •  伪装坚强ぢ
    2020-12-05 20:23

    It is worth to mention that an "evil change" from an "evil merge" can be lost silently while rebasing an "evil merge" containing an "evil change" which does not conflict with other commits.

提交回复
热议问题