Why does git merge a branch into itself?

后端 未结 4 1592
孤城傲影
孤城傲影 2020-12-23 14:12

I awoke this morning and looked at the commit history of one of my dev team\'s private repositories on BitBucket. I saw this:

Anonymous

4条回答
  •  暖寄归人
    2020-12-23 14:38

    I have received the same type of message. Merge branch 'feature/customfeature' of https://mylocalrepo.com/project.git into develop and it hasn't broken anything yet lol... so don't panic. It is only merging the remote develop branch into your local develop branch. As long as no conflicts arise, you should be good to go :)

提交回复
热议问题