git fetch:从远程仓库取代码,不会自动与本地代码合并(更人性化)
git pull:从远程仓库取代码,会自动与本地代码合并
git pull =git fetch + git rebase (or git meger)