CGit
Unauthorized people should use https to clone:
git clone https://git.spelis.li/user/repo
Authorized people should use ssh:
git clone git@spelis.li:user/repo
Authorized people can also see their repositories:
ssh git@spelis.li info
This is running Gitolite + CGit (custom fork, see below)
To report bugs or ask to merge your code, send an email to me at:
- spelis.tech@gmail.com
- spelis@spelis.li
To format patches (for code merging) run this command:
git format-patch origin/main
