ipconf@lemmy.ml to Programmer Humor@programming.dev · 5 天前Well well well.lemmy.mlimagemessage-square134fedilinkarrow-up1866arrow-down129file-text
arrow-up1837arrow-down1imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 5 天前message-square134fedilinkfile-text
minus-squareGissaMittJobb@lemmy.mllinkfedilinkarrow-up1·3 天前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.
minus-squareEiri@lemmy.calinkfedilinkarrow-up1·3 天前Is that what interactive rebase tools use? I don’t do CLI git
minus-squareGissaMittJobb@lemmy.mllinkfedilinkarrow-up1·3 天前You 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.