(no title)
johnnypangs | 1 year ago
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
masklinn|1 year ago
Absorb will find the commits to fix up for each change in the working copy, it doesn’t just merge everything into the head.
johnnypangs|1 year ago
I read the rough how it works and it now makes sense. I might give it a try. Thanks!
johnnypangs|1 year ago