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

Menu