git 查看某个分支是从哪个分支拉出来的? 1、git reflog show 分支名 --在Windows类型的console下也能使用。 2、git reflog --date=local | grep 分支名 -- 在git bash中使用,否则grep识别不了。