973
LPT Do it. (mander.xyz)
you are viewing a single comment's thread
view the rest of the comments
[-] orwellianlocksmith@lemmy.world 9 points 3 months ago

I'm dumb, can someone explain this joke to me? Wtf is a git repo?

[-] oce@jlai.lu 21 points 3 months ago* (last edited 3 months ago)

Git is a tool that makes it convenient and lightweight to keep past snapshots of a directory of text files (called a repository) and compare them. It also makes it easy to have multiple people work in parallel on the content of the directory, see the differences and merge everything into a common version. It is essential in programming, it's called versioning or version control.
Although it is not easy to access for non programmers because it's based on slightly obscure command lines. So it's a bit of an over-engineering to use it for a single file edited by a single person. Especially because you can now put those on the cloud and have some form of version control that allows to easily compare and go back to previous versions graphically.
It may be worth it if it's a long document that you work upon for a long time, such as a PhD thesis.

[-] orwellianlocksmith@lemmy.world 2 points 3 months ago

Thanks for explaining!

[-] GiveOver@feddit.uk 9 points 3 months ago

Git tracks changes for a folder full of code (aka "repo") between saves (called "commits") so you can revert back to previous versions. It's intended for software but there's nothing stopping you from using it for documents

this post was submitted on 22 May 2024
973 points (100.0% liked)

Science Memes

10207 readers
2834 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.


Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS