查看某分支的创建commit节点

git show-branch <branch-name>
// 或
git reflog show <branch-name>