1、查看远程仓库
git remote:查看远程仓库名字
2、从远程仓库克隆
git clone git@服务器地址:/home/git/repository/9601A.git
3、查看分支
git branch :查看本地分支
git branch -r :查看远程分支
git branch -a :查看所有分支
4、下载分支
git pull origin master-Methyl:master-Methyl
5、切换分支
git checkout 分支名
标签:git,查看,仓库,Git,branch,远程,分支 From: https://www.cnblogs.com/lry1314521/p/17125759.html