I have full access to some folder on a remote Linux server over ssh and scp. I can upload and download files but not install apps. Now I want to put a git repository on th
You could use SSHFS and mount the directory on your local machine, and then run Git locally.