ipconf@lemmy.ml to Programmer Humor@programming.dev · 28 天前Well well well.lemmy.mlimagemessage-square137fedilinkarrow-up1880arrow-down130file-text
arrow-up1850arrow-down1imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 28 天前message-square137fedilinkfile-text
minus-squarepanda_abyss@lemmy.calinkfedilinkarrow-up3arrow-down2·28 天前I’ll get chastised, but when I screw up a rebase I create a backup branch and then have an LLM do the fixing… I’m not proud of it, but I’m a lazy man who doesn’t want to resolve the same conflict 32 times.
minus-squarekibiz0r@midwest.sociallinkfedilinkEnglisharrow-up9·28 天前Having to resolve the same conflict multiple times suggests excess noise in your git history. You might want to pay closer attention to creating a useful git history. It’ll help with any future archaeology, and it’ll also help rebasing go smoothly.
I’ll get chastised, but when I screw up a rebase I create a backup branch and then have an LLM do the fixing…
I’m not proud of it, but I’m a lazy man who doesn’t want to resolve the same conflict 32 times.
Having to resolve the same conflict multiple times suggests excess noise in your git history. You might want to pay closer attention to creating a useful git history. It’ll help with any future archaeology, and it’ll also help rebasing go smoothly.