1113
Rebase Supremacy (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] tengkuizdihar@programming.dev 43 points 4 months ago

Please for the love of god don't use merge, especially in a crowded repository. Don't be me and suffer the consequences. I mistakenly mention every person with a commit between the time I created the branch until current master.

[-] nialv7@lemmy.world 20 points 4 months ago

That was you! I remember this.

[-] tengkuizdihar@programming.dev 23 points 4 months ago
[-] bear@slrpnk.net 31 points 4 months ago

There's 102 people mentioned in that commit and two of them happen to meet in the comments of a meme thread on Lemmy of all places. I love the Internet.

[-] jaemo@sh.itjust.works 11 points 4 months ago

Could have been worse. I mean, like, imagine of you were using like CVS and you put a watch on the root! Haha and then like every trivial commit in the repo caused everyone to in the entire org to get an email and it crashed the email servers.

Like who'd even DO that?! Though, I bet if you met that guy he'd be ok. Like not a jerk, and pretty sorry for all those emails. A cool guy.

[-] Atemu@lemmy.ml 5 points 4 months ago

Merge is not the issue here, rebase would do the same.

[-] tengkuizdihar@programming.dev 3 points 4 months ago

really? how come? I thought they are mentioned because of the diffs if compared to master, which merge basically just... merge on top of my branch (?)

[-] Atemu@lemmy.ml 2 points 4 months ago

They were mentioned because a file they are the code owner of was modified in the PR.

The modifications came from another branch which you accidentally(?) merged into yours. The problem is that those commits weren't in master yet, so GH considers them to be part of the changeset of your branch. If they were in master already, GH would only consider the merge commit itself part of the change set and it does not contain any changes itself (unless you resolved a conflict).

If you had rebased atop of the other branch, you would have still had the commits of the other branch in your changeset; it'd be as if you tried to merge the other branch into master + your changes.

[-] Bourff@lemmy.world -1 points 4 months ago* (last edited 4 months ago)

Just for the record, I think you're conflating git and GitHub. They are not the same thing, even if GH would like you to think so.

[-] Atemu@lemmy.ml 2 points 4 months ago

I am not. Read the context mate.

[-] droans@lemmy.world 2 points 4 months ago

You sent over twenty-two thousand notifications lmao.

And then the bot added about as many tags to the PR.

this post was submitted on 04 Apr 2024
1113 points (98.1% liked)

Programmer Humor

18890 readers
1227 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