this post was submitted on 04 Apr 2024
1115 points (98.1% liked)
Programmer Humor
19551 readers
988 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, rebase allows you to resolve the same conflict ten times in a row instead of doing it once. How cool is that?
Nope, you just need to do it once: https://git-scm.com/book/en/v2/Git-Tools-Rerere.
Why would I ruin all the fun?
Squash your branch first
Doesn't this defeat the purpose, may as well merge then no?
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.