Skip to content

Instantly share code, notes, and snippets.

@grikomsn
Created August 13, 2021 11:04
Show Gist options
  • Select an option

  • Save grikomsn/38e9c722f3f8a35ead81b76fdfbc8aad to your computer and use it in GitHub Desktop.

Select an option

Save grikomsn/38e9c722f3f8a35ead81b76fdfbc8aad to your computer and use it in GitHub Desktop.
#!/bin/bash
# https://gist.github.com/grikomsn/ff46c663be2a077bd4749073489e163a
git log --graph --oneline --decorate `git fsck --no-reflog | awk '/dangling commit/ {print $3}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment