我什么时候应该使用git pull --rebase?

风流意气都作罢 提交于 2020-04-26 23:22:01

问题:

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
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!