一、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:
相關文章
相關標籤/搜索