(1) 输入 git log -g ,找回之前提交的commit,并记下commit_id。(可以通过键盘上下键翻看所有的记录)
(2) git branch newbranch commit_id
(3) 切换到newbranch分支,检查文件是否存在
温馨提示:
请勿手贱!
兜底解决方案:
phpstorm local history 恢复。。。
转载请注明:苏demo的别样人生 » git 恢复本地误删分支
(1) 输入 git log -g ,找回之前提交的commit,并记下commit_id。(可以通过键盘上下键翻看所有的记录)
(2) git branch newbranch commit_id
(3) 切换到newbranch分支,检查文件是否存在
温馨提示:
请勿手贱!
兜底解决方案:
phpstorm local history 恢复。。。
转载请注明:苏demo的别样人生 » git 恢复本地误删分支