|
|
|
|
|
by johnnypangs
627 days ago
|
|
I’ve been using this: alias gfixup="git commit -v --fixup HEAD && GIT_SEQUENCE_EDITOR=touch git rebase -i --stat --autosquash --autostash HEAD~2" From what I understand it does the same thing as this crate for the most part. All I do after is: git push —force-with-lease Not sure what you get from the crate otherwise |
|
Absorb will find the commits to fix up for each change in the working copy, it doesn’t just merge everything into the head.