分支相关命令
创建分支
git branch <name>
查看本地分支
git branch
查看所有分支
git branch -a
查看远程分支
git branch -r
切换分支
git checkout <name>
创建并切换分支
git ceckout -b <name>
标签:round out 远程 log 命令 ffffff div pos ack
创建分支
git branch <name>
查看本地分支
git branch
查看所有分支
git branch -a
查看远程分支
git branch -r
切换分支
git checkout <name>
创建并切换分支
git ceckout -b <name>
标签:round out 远程 log 命令 ffffff div pos ack
原文地址:http://www.cnblogs.com/gaojiaxu/p/8085191.html