@fajre@lemmy.world to Open Source@lemmy.ml • 21 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-square63fedilinkarrow-up1191arrow-down14
arrow-up1187arrow-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 • 21 days agomessage-square63fedilink
minus-square@backgroundcow@lemmy.worldlinkfedilink6•edit-218 days 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