this post was submitted on 09 Nov 2023
1081 points (98.1% liked)

Programmer Humor

32480 readers
284 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] jack@monero.town 21 points 1 year ago (1 children)

Solving merge conflicts or rebasing is not simple

[โ€“] lightnegative@lemmy.world 9 points 1 year ago

Do it enough times and it stops being scary.

Using a tool like VSCode to perform the actual merges on individual files also helps because it shows what "yours" and "theirs" changes are from a user perspective, not a git perspective