I've recently moved my rpi distro to LibreELEC; I also used to have git on that device, as I use it as a centralisation point for some repositories. I know this is out of scope for LibreELEC, but still, I want to see if I can still have that. So I managed to install the git CLI with the help of the above instructions thanks for that!
) and also this, but for some reason, when I create a git bare repo on the pi, it isn't recognized as I would expect. Do you know if it's a limitation, maybe due to running as root?
This is because only the current working directory is visible within the Docker container you're running. The ```docker run command being run is mapping the correct working directory as /git and then running git within that directory.