git基于某个分支创建分支

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

git checkout -b dev_20150909 master 

git ls -tree 分支名字

原文地址:https://www.cnblogs.com/qiyc/p/9881097.html