在使用git操作時,可能會需要將一些已經刪掉的commit還原或拿來做其他用途

但因為commit已經刪除,因此無法使用git log去查詢,這時候就可以使用reflog

reflog會紀錄該專案所有branch的操作紀錄

使用方法

git reflog
Categories: Git