▲ 857 ▼ Data Organization (lemmy.ml) submitted 1 year ago by cm0002@piefed.world to c/programmer_humor@programming.dev 140 comments fedilink hide all child comments
[+] sk1nnym1ke@piefed.social 9 points 1 year ago* (last edited 9 months ago) (4 children) [deleted] permalink fedilink source hideshow 4 child comments replies: [–] devilish666@lemmy.world 2 points 1 year ago (3 children) I wish someone make github but for documents. Image your documents can be forked by someone and has many branches and revisions, it must be hilarious. permalink fedilink source parent hideshow 3 child comments replies: [–] EvilCartyen@feddit.dk 8 points 1 year ago (1 child) You can literally just upload a library of documents to github or another repo service like codeberg. That's basically what a code project is, a bunch of files. permalink fedilink source parent hideshow 1 child comment replies: [–] luciferofastora@feddit.org 2 points 1 year ago The main difference being that code is typically stored in plain text files, where you can more easily compare and merge differences, while some other document types are harder to diff usefully. That doesn't mean you can't use git to keep their version history, it just means resolving merge conflicts might be a bitch. permalink fedilink source parent [–] dustyData@lemmy.world 3 points 1 year ago You just described SVN. It's what we used before the invention of git. And is still used today for team projects that use complex file formats, like images, binary blobs, 3d models, that sort of stuff. It will work with any files. permalink fedilink source parent
[–] devilish666@lemmy.world 2 points 1 year ago (3 children) I wish someone make github but for documents. Image your documents can be forked by someone and has many branches and revisions, it must be hilarious. permalink fedilink source parent hideshow 3 child comments replies: [–] EvilCartyen@feddit.dk 8 points 1 year ago (1 child) You can literally just upload a library of documents to github or another repo service like codeberg. That's basically what a code project is, a bunch of files. permalink fedilink source parent hideshow 1 child comment replies: [–] luciferofastora@feddit.org 2 points 1 year ago The main difference being that code is typically stored in plain text files, where you can more easily compare and merge differences, while some other document types are harder to diff usefully. That doesn't mean you can't use git to keep their version history, it just means resolving merge conflicts might be a bitch. permalink fedilink source parent [–] dustyData@lemmy.world 3 points 1 year ago You just described SVN. It's what we used before the invention of git. And is still used today for team projects that use complex file formats, like images, binary blobs, 3d models, that sort of stuff. It will work with any files. permalink fedilink source parent
[–] EvilCartyen@feddit.dk 8 points 1 year ago (1 child) You can literally just upload a library of documents to github or another repo service like codeberg. That's basically what a code project is, a bunch of files. permalink fedilink source parent hideshow 1 child comment replies: [–] luciferofastora@feddit.org 2 points 1 year ago The main difference being that code is typically stored in plain text files, where you can more easily compare and merge differences, while some other document types are harder to diff usefully. That doesn't mean you can't use git to keep their version history, it just means resolving merge conflicts might be a bitch. permalink fedilink source parent
[–] luciferofastora@feddit.org 2 points 1 year ago The main difference being that code is typically stored in plain text files, where you can more easily compare and merge differences, while some other document types are harder to diff usefully. That doesn't mean you can't use git to keep their version history, it just means resolving merge conflicts might be a bitch. permalink fedilink source parent
[–] dustyData@lemmy.world 3 points 1 year ago You just described SVN. It's what we used before the invention of git. And is still used today for team projects that use complex file formats, like images, binary blobs, 3d models, that sort of stuff. It will work with any files. permalink fedilink source parent