Skip to content

Files

Latest commit

d150cec · May 21, 2022

History

History

git-show-unreachable

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2022
Jan 11, 2022

git show-unreachable

Show logs of unreachable commits

Git alias:

show-unreachable = !"git fsck --unreachable | grep commit | cut -d\" \" -f3 | xargs git log"

Example:

git show-unreachable

This can be useful, for example, when recovering contents of dropped stashes or reset commits.