git@spelis.li
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)
Patches
To format patches (for code merging) use the format-patch git subcommand. Example:
git format-patch origin/main
Where to send patches
To report bugs or ask to merge your code, send an email to me at:
- spelis.tech@gmail.com
- spelis@spelis.li
(Or just like, send a Discord DM)
