git 查看分支的从哪里拉出来 或者 一次提交拉出新的分支
查看分支的源头
git reflog show dev
拉出分的分支 (8d6f4f17 提交id)
git checkout -b rimag 8d6f4f17
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/18398179
git reflog show dev
git checkout -b rimag 8d6f4f17
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/18398179