minus-squarebackgroundcow@lemmy.worldtoOpen Source@lemmy.ml•Is there something like GitHub, but without big tech involvement, no data collection, no ads, open source, and preferably decentralized (maybe Fediverse or even P2P)?linkfedilinkarrow-up7arrow-down1·edit-23 days agoOn server: git init --bare ~/projects/project.git On client: git clone username@server:projects/project.git linkfedilink
On server:
git init --bare ~/projects/project.git
On client:
git clone username@server:projects/project.git