I feel like I often would prefer to get the merge conflict. So many times my coworkers will somehow mess up the code I committed when resolving the conflict.

Inschools project, I once used the flag ours.

Dear god yes. Please just let me deal with the conflict before the kids make it worse.

!usernamechecksout@lemmy.zip

unalivejoy
link
fedilink
English
21Y

git push -f

This way I can wreck their shit instead! Enjoy debugging this one Tim, you obtuse bastard!

Rebase all of your work branches onto HEAD so that conflicts require refactoring the first commit where things don’t match up. This can make conflicts easier to deal with (in my humble opinion) since you deal with conflicts earlier in your commit history as opposed to at the end after ALL of your changes are made.

Plus a linear history is super nice to work with later on.

Dandroid
link
fedilink
71Y

I always squash my commits before rebasing. Is your way easier? I never really seem to have a problem with merge conflicts.

We squash when merging. Final git history is super clean and linear.

Create a post

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

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
  • 1 user online
  • 120 users / day
  • 257 users / week
  • 744 users / month
  • 3.72K users / 6 months
  • 1 subscriber
  • 1.48K Posts
  • 32.5K Comments
  • Modlog