git本地失误删除分支,可通过查看log日志来恢复。
1、git log -g
查看所有提交记录,找到对应commitID。
2、git branch recover_branch_新分支名 commitID
ps:git branch recover_branch_newName 3eac14d05bc1264cda54a7c21f04c3892f32406a
3、git branch
查看本地分支,可看到newName分支已创建。
posted on 2018-01-23 15:04 施琅水月 阅读(117) 评论(0) 编辑 收藏 举报