Git over HTTP
Created on 2020-08-25T04:35:34.296981
- Make sure the repository is accessible (ex: https://code.iceworks.cc/fuck)
- Run `git update-server-info` within the repository.
- You may need to run this from `hooks/post-update` so the data is updated whenever you push over SSH.
There is a fancier method with a smart daemon but that requires setting up CGI software.