• 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
      ·
      23 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.