User avatar
bzh‌FAG WOLF SIPH‌siph @Siph@meemu.org
2y
something I recently learned about git is that you don’t need any specific software or frontend to host your git repositories. You can just do it over regular SSH. That made sense, I’ve interacted with git servers without any frontends or other intefaces by SSH before, but it’s something that doesn’t come up much unless you look into it
⭐2
2
1
0
2
User avatar
🪨 @Varpie@peculiar.florist
2y
@Siph You still need git on the server, right? Or can the git installed on your computer handle that too?

Actually I wouldn't be too surprised if it does, given that remote repos are just copies of the git repo, and all the data is in the .git folder anyway...
1
0
0
0

User avatar
bzh‌FAG WOLF SIPH‌siph @Siph@meemu.org
2y
@Varpie ah yeah you probably do need git on the server I think as it’s using git send-pack and stuff like that
0
0
0
0