this post was submitted on 06 Oct 2025
830 points (96.7% liked)

Programmer Humor

26799 readers
2907 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
 

Yeah learned this the hard way.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] majster@lemmy.zip 8 points 3 days ago (1 children)

I rebase and force push PR branches all the time. Master is moving quicker than my PR.

[โ€“] SavinDWhales@lemmy.world 1 points 3 days ago

Yeah, our whole workflow is based on rebasing our feature branches on develop. Makes for a clean git log. :)

Don't be afraid of git reset --hard if you rebased with the button on GitHub/gitlab, though. :D