*git rebase
git reset
git reflog
*git reflog
*git reset --hard <커밋해시id>*
git reflog | grep <검색어>
*git checkout -b <삭제한 브랜치명> <커밋해시id>*