Do you have a story to share?

  • @cafuneandchill@lemmy.world
    link
    fedilink
    8
    edit-2
    5 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 just used LibreOffice, though, since it was a hassle

    • @the_third@feddit.de
      link
      fedilink
      65 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
        25 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.

        • @the_third@feddit.de
          link
          fedilink
          15 months ago

          Yeah, I guess studying CS helped there. I had some lectures in mechanical engineering on the side, those students were firmly rooted in Office 365. Explains a lot later in life, looking back.

      • @cafuneandchill@lemmy.world
        link
        fedilink
        2
        edit-2
        5 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