Skip to content

Instantly share code, notes, and snippets.

@NxSoftware
Created February 19, 2016 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NxSoftware/d5dd1ce00398309cfd71 to your computer and use it in GitHub Desktop.
Save NxSoftware/d5dd1ce00398309cfd71 to your computer and use it in GitHub Desktop.
List deleted git commits/stashes
git log --graph --oneline --decorate $( git fsck --no-reflog | awk '/dangling commit/ {print $3}' )
#git stash apply $SHA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment