@fajre@lemmy.world to Open Source@lemmy.ml • 10 hours 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-square31fedilinkarrow-up1107arrow-down12
arrow-up1105arrow-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 • 10 hours agomessage-square31fedilink
minus-square@backgroundcow@lemmy.worldlinkfedilink5•4 hours 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