Git over HTTP
Created: 2020-08-25T04:35:34.296981
Return to the Index
This card pertains to a resource available on the internet.
- 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.