fajre@lemmy.world to Open Source@lemmy.ml · 2 days agoIs there something like GitHub, but without big tech involvement, no data collection, no ads, open source, and preferably decentralized (maybe Fediverse or even P2P)?message-squaremessage-square60fedilinkarrow-up1175arrow-down13
arrow-up1172arrow-down1message-squareIs there something like GitHub, but without big tech involvement, no data collection, no ads, open source, and preferably decentralized (maybe Fediverse or even P2P)?fajre@lemmy.world to Open Source@lemmy.ml · 2 days agomessage-square60fedilink
minus-squarebackgroundcow@lemmy.worldlinkfedilinkarrow-up7arrow-down1·1 day agoOn server: git init --bare ~/projects/project.git On client: git username@server:projects/project.git
On server:
git init --bare ~/projects/project.git
On client:
git username@server:projects/project.git