I have a Git branch that should have been deleted, but it is still visible for most git commands (e.g. git show phantom).
git show-ref phantom doesn't find the reference
git log --decorate --max-count=1 phantom finds the reference, but doesn't show any branches or tags on the commit.
git fsck list a bunch of dangling objects, but nothing else.
