ipconf@lemmy.ml to Programmer Humor@programming.dev · 4 days agoWell well well.lemmy.mlimagemessage-square132fedilinkarrow-up1857arrow-down129file-text
arrow-up1828arrow-down1imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 4 days agomessage-square132fedilinkfile-text
minus-squareGissaMittJobb@lemmy.mllinkfedilinkarrow-up1·1 day agoDepending on how structured your commits have been, it can either be very difficult to get a rebase through or a complete breeze. There are some features to make it easier - rerere being the main one I’m thinking about.
minus-squareEiri@lemmy.calinkfedilinkarrow-up1·1 day agoIs that what interactive rebase tools use? I don’t do CLI git
minus-squareGissaMittJobb@lemmy.mllinkfedilinkarrow-up1·22 hours agoYou enable it using git config, after that it will apply to whatever frontend you’re using.
Depending on how structured your commits have been, it can either be very difficult to get a rebase through or a complete breeze. There are some features to make it easier -
rerere
being the main one I’m thinking about.Is that what interactive rebase tools use?
I don’t do CLI git
You enable it using
git config
, after that it will apply to whatever frontend you’re using.