问题:
I know of some people who use git pull --rebase
by default and others who insist never to use it. 我知道有些人默认使用git pull --rebase
,而其他人坚持不使用它。 I believe I understand the difference between merging and rebasing, but I'm trying to put this in the context of git pull
. 我相信我理解合并和变基之间的区别,但我试图把它放在git pull
的上下文中。 Is it just about not wanting to see lots of merge commit messages, or are there other issues? 它只是不想看到很多合并提交消息,还是有其他问题?
解决方案:
参考一: https://stackoom.com/question/AN94/我什么时候应该使用git-pull-rebase参考二: https://oldbug.net/q/AN94/When-should-I-use-git-pull-rebase
来源:oschina
链接:https://my.oschina.net/stackoom/blog/4254603