Find unreachable tags
git fsck --unreachable | grep tagCheck tag details with
git show KEYRestore the tag ref
git update-ref refs/tags/NAME KEYReference: https://baptiste-wicht.com/posts/2011/06/git-tip-restore-a-deleted-tag.html
Find unreachable tags
git fsck --unreachable | grep tagCheck tag details with
git show KEYRestore the tag ref
git update-ref refs/tags/NAME KEYReference: https://baptiste-wicht.com/posts/2011/06/git-tip-restore-a-deleted-tag.html