git 查看当前分支是从哪个分支创建出来的
使用命令
git reflog show feature-20260708-AutoStudyInput_add_action ### linux可以使用tail命令 git reflog show feature-20260708-AutoStudyInput_add_action | tail -20
执行完成后 拉到最下面,如果日志过多 可以使用回车 直到最后

使用命令
git reflog show feature-20260708-AutoStudyInput_add_action ### linux可以使用tail命令 git reflog show feature-20260708-AutoStudyInput_add_action | tail -20
执行完成后 拉到最下面,如果日志过多 可以使用回车 直到最后
