1118
Rebase Supremacy (programming.dev)
submitted 1 year ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 8 points 1 year ago

Anyone mind explaining to me how git rebase is worth the effort?

git merge has it's own issues but I just don't see any benefit to rebase over it.

[-] [email protected] 7 points 1 year ago

Well, rebase allows you to resolve the same conflict ten times in a row instead of doing it once. How cool is that?

[-] [email protected] 0 points 1 year ago
[-] [email protected] 2 points 1 year ago

Doesn't this defeat the purpose, may as well merge then no?

[-] [email protected] 1 points 1 year ago

Do not merge your unfinished stuff into main.

I don't like merging main into my branch because I don't understand git, and I feel like that can make a confusing history.

load more comments (2 replies)
load more comments (8 replies)
this post was submitted on 04 Apr 2024
1118 points (98.1% liked)

Programmer Humor

24670 readers
288 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