git 的一些常用操作

删除分支后后悔了

// git log 查看操作历史 并找到想恢复 的commit id
git checkout -b <新分支名称> <commit id>