How does one verify that files were pushed to a bare repository correctly? Since bare repositories have no working tree, you obviously can't do a simple git log because it isn't picked up as a git repo.
I realize there are solutions like suggested here, but I'd like to know how to do it using the command line.
git logdoesn't even look at the workspace, it should work just fine in a bare repository.