this post was submitted on 11 Feb 2024
50 points (98.1% liked)

Git

2632 readers
11 users here now

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Resources

Rules

  1. Follow programming.dev rules
  2. Be excellent to each other, no hostility towards users for any reason
  3. No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 1 year ago
MODERATORS
 

Do you have a story to share?

you are viewing a single comment's thread
view the rest of the comments
[–] cafuneandchill@lemmy.world 8 points 5 months ago* (last edited 5 months ago) (2 children)

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

[–] zygo_histo_morpheus@programming.dev 4 points 5 months ago (1 children)

Was it the version controlling or writing in markdown part that was a hassle?

[–] cafuneandchill@lemmy.world 2 points 5 months ago* (last edited 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