Skip to content

Latest commit

 

History

History

git-show-unreachable

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.