versionControl git -> 常用命令 git常用命令 git branch -a 1查看所有的分支,包括本地和远程 git checkout -b develop remotes/origin/develop 1切换远程开发...