History repeats itself

alphacyberranger@lemmy.world to Programmer Humor@programming.dev – 467 points –
35

You are viewing a single comment

Have you tried interactive rebase (rebase -i)? I find it very useful

Yeah, but then you deal with merge conflicts

rerere is a lifesaver here.

(I'm also a fan of rebasing; but I also like to land commits that perform a logical and separable chunk of work, because I like history to have decent narrative flow.)

You can get merge conflicts in cherry picks too, it’s the same process.