this post was submitted on 12 Nov 2025
529 points (98.7% liked)

Science Memes

17346 readers
2465 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.

This is a science community. We use the Dawkins definition of meme.



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
 
you are viewing a single comment's thread
view the rest of the comments
[–] zakobjoa@lemmy.world 21 points 3 days ago (2 children)

To be honest, as someone who only very tangentially works with git – it fucking scares me.

[–] ryedaft@sh.itjust.works 17 points 3 days ago (1 children)

It's simple really. Like saving a computer game and then if something doesn't work out you can go back to a previous save game.

It only really gets tricky when multiple people are continuing on the same save and you want progress from both when you load it. But you can leave that to the most senior person to figure out.

[–] zakobjoa@lemmy.world 2 points 3 days ago (2 children)

I understand the basic concept, but what with all the forked diagrams and heads and mains and I just want to try something with my one changed parameter in one config file

[–] ryedaft@sh.itjust.works 2 points 2 days ago

No no, I was joking that it was simple

[–] NigelFrobisher@aussie.zone 2 points 3 days ago

It makes sense for distributed teams of contributors working on many features with governance what gets into main. For small co-located teams where probably collaboration and chronology are more important, not so much, but it’s the cool thing so people try use it for that anyway.

[–] Ardyssian@sh.itjust.works 3 points 3 days ago* (last edited 3 days ago) (1 children)

git reflog is my best friend

It can undo things that normally one would think are "undoable"

[–] luciferofastora@feddit.org 2 points 3 days ago

The idea of having to dig through a reflog is scary too if you don't have a confident intuition of how the refs work in the first place