Server git warehouse, where are the files I put on the local push?

I have built a git warehouse on the server, and I can push/pull, normally, but I can"t find the files on my push on the server. Where have I put the files on the local push?
git log can normally view the information of each push on the server
Git
Mar.21,2021

only history and meta information are stored in the naked (bare) repository, and the working directory is not maintained. git directory . If you need to view files on the server, do not add it when the server sets up a warehouse-- bare, see if it can help you

Menu