How do I find the files submitted to the git warehouse built by my server?

I have nearly submitted test.txt to the git repository on my own service. I"m going to find the test.txt file on the server now. Where is it?
clipboard.png
to build your own git is to refer to this https://blog.csdn.net/martinw.

.
Oct.17,2021

you don't know where the test.txt you submitted is in the code directory?
then execute git log-p | grep 'test.txt' under the code root, and then you can see that


the original repository has no file form. Just save the metadata.
if you want to view the file, you need to clone your project

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34e46-2b2b3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34e46-2b2b3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?