git 查看某个分支是从哪个分支拉出来的(查看某个分支是从哪个分支检出的)

git reflog show 分支名

git reflog --date=local | grep 分支名

你可能感兴趣的:(Git)