git操作

git 查看本地分支
git branch
git 查看远程分支
git branch -r
git 所有本地和远程
git branch -a
git 检出并切换分支
git checkout 分支

你可能感兴趣的:(git)