【发布时间】:2016-07-08 23:57:58
【问题描述】:
我是 Git 的菜鸟,并试图了解 git pull 与 git rebase 之间的区别。有人可以举例说明何时使用哪个选项,因为我觉得两者都有相同的目的。
【问题讨论】:
-
是的,我做到了。 pull 和 rebase 之间的区别在于 pull 会进行合并。所以你的问题的答案在我粘贴的链接上。
-
这能回答你的问题吗? git pull VS git fetch Vs git rebase
标签: git