fajre@lemmy.world to Open Source@lemmy.ml · 2 months 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-square25fedilinkarrow-up1105arrow-down12
arrow-up1103arrow-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 months agomessage-square25fedilink
minus-squarebackgroundcow@lemmy.worldlinkfedilinkarrow-up3arrow-down1·edit-21 month agoOn server: git init --bare ~/projects/project.git On client: git clone username@server:projects/project.git
On server:
git init --bare ~/projects/project.git
On client:
git clone username@server:projects/project.git