ipconf@lemmy.ml to Programmer Humor@programming.dev · 4 days agoWell well well.lemmy.mlimagemessage-square132fedilinkarrow-up1857file-text
arrow-up1857imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 4 days agomessage-square132fedilinkfile-text
minus-squareGissaMittJobb@lemmy.mllinkfedilinkarrow-up1·2 days 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·2 days agoIs that what interactive rebase tools use? I don’t do CLI git
minus-squareGissaMittJobb@lemmy.mllinkfedilinkarrow-up1·2 days 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.