Like @Kieran 's Answer, but for the console:git log --oneline --all --graph --decorate $(git reflog | awk '{print $1}')
↧
Answer by Florian F for Get a list of all Git commits, including the 'lost' ones
↧