this post was submitted on 09 Oct 2025
3 points (100.0% liked)

Programmer Humor

27117 readers
4182 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 2 years ago
MODERATORS
 
top 6 comments
sorted by: hot top controversial new old
[–] CIA_chatbot@lemmy.world 1 points 3 weeks ago (1 children)

Ok, well I was looking for a new project - guess I’m making git-ar hero now

[–] criss_cross@lemmy.world 0 points 3 weeks ago (1 children)

Is the goal to make branch commands that match a specific song? That’s be fun.

[–] rtxn@lemmy.world 1 points 3 weeks ago

Use the guitar controller to branch, commit, and merge to the beat of Through The Fire And Flames and try to get a conflict-free repo.

[–] rtxn@lemmy.world 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I wonder if anyone's tried to play Bad Apple! on the branch graph.

(edit) Not exactly, but close. https://www.youtube.com/watch?v=-I8Jis87nmE

[–] Opisek@piefed.blahaj.zone 1 points 3 weeks ago

You, kind sir, are giving me ideas...

[–] Everyday0764@lemmy.zip 0 points 3 weeks ago

in the projects i work in i always try to force semi linear history to avoid all of this, never merge (unless it's the MR) always rebase.

this leaves a very readable history, with each feature branch highlighted and no mixture in the commits...

i haven't found any downside yet... maybe that some ci/cd are built to push to main, but making them do branch pr automerge is not that difficult