My raspberry pi runs a 'git repo docker image' as a server and the docker image is commonly known as 'gogs docker'.
I use this command line to check a folder which has been uploaded via git push
root@raspberrypi:/var/lib/docker# tree | grep <folder name>
There is nothing after this command.
I do mount volume to a path and I run git push
and git pull
perfectly.
Gogs has a webpage. I can see those folders and files I have uploaded.