1.git checkout -b 新分支名 老分支名

git checkout -b dev_20150909 master 

git ls -tree 分支名字

相关文章: