查看远程仓库 git remote -v 从远程origin/master分支拉取代码,在本地创建一个新分支 git fetch git@bdgit.mycompany.com:bd/spark.git master:mynewbranch git 查看本地修改 git status