• sk1nnym1ke@piefed.social
    link
    fedilink
    English
    arrow-up
    9
    ·
    1 day ago
    • New_document.docx
    • New_document_1.docx
    • New_document_111.docx
    • New_document_12.docx
    • New_document_12aaa.dox
    • New_document_12aaafinal.docx
    • devilish666@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      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.

      • dustyData@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        19 hours 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.

      • EvilCartyen@feddit.dk
        link
        fedilink
        arrow-up
        7
        ·
        1 day ago

        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.

        • luciferofastora@feddit.org
          link
          fedilink
          arrow-up
          1
          ·
          19 hours 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.