git 查看是从哪个分支切出来的

git reflog --date=local | grep 分支名
查看git log的图
git log --graph --all --decorate

你可能感兴趣的:(git 查看是从哪个分支切出来的)