一、git基础

1、git fetch vs  git pull 都是从远程拉取代码到本地,git fetch只是拉取到本地,git pull不仅拉取到本地还merge到本地分支中。所以git pull是git fetch与git merge的集合体。 详情参考: http://www.tech126.com/git-fetch-pull/   2、git pull 中的rebase参数用处 参考网页:http:
相关文章
相关标签/搜索