克隆项目
git clone https://github.com/swordyang/shadowsocks.git
cd shadowsocks
显示当前所有分支
git branch -a
创建分支
git branch origin/fly3w
切换到指定分支
git checkout origin/fly3w
查看当前heads的引用
ls -F .git/refs/heads/origin
cat .git/r...
8-28 848 views
克隆项目
git clone https://github.com/swordyang/shadowsocks.git
cd shadowsocks
显示当前所有分支
git branch -a
创建分支
git branch origin/fly3w
...