Do you have a story to share?

  • cafuneandchill@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    I used it once for version controlling my master’s when I was writing it. I wrote it in Markdown with Pandoc syntax, so it worked. I eventually gave up and juat usrd LibreOffice, though, since it was a hassle

      • cafuneandchill@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        7 months ago

        Both lol. The reason is that I had to render it to DOCX each time for my PI to review it, because she was an old retrograde woman. Therefore, rendering the document, committing changes and reading Git and Pandoc documentation took time – the time that I could’ve used to write the actual thing

    • the_third@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      We did that all the time in Uni when writing lecture scripts in collaboration with other students. We used LaTeX though. Worked perfectly for us back then.

      • mumblerfish@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        7 months ago

        I worked with LaTeX a lot, but none of my collaborators used git. They just dump the files in dropbox. Still nice to use git just for yourself so you can view changes easily.