git branch dev origin/dev --创建本地分支git branch --set-upstream develop origin/develop --本地分支指向远端
git fetch --远端获取代码
git diff dev origin/dev --比对代码不同点