this post was submitted on 18 Dec 2023
734 points (96.5% liked)

Programmer Humor

18418 readers
1345 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] sheepishly@kbin.social 6 points 7 months ago (1 children)

I still don't understand Git but I like this image

[โ€“] gratux@lemmy.blahaj.zone 5 points 7 months ago

each commit points to the one before. additionally a commit stores which lines in which files changed compared to the previous commit. a branch points to a particular commit.