I have never really used the Git GUI Here from the context menu in my File Explorer. I always use TortoiseGit.
However, today I decided for curiosity to use the aforementioned utility. I noticed on the File menu it had Verify Database. It did come up with some results:
Comments about dangling commits and blobs.
My primary question is how do I do this database verification with TortoiseGit? And related to this, what is the importance of the results returned to me?
Thank you.