clacke: exhausted pixie dream boy πΈπͺππ°ππ
· 1w
I sometimes realize, in the middle of a git rebase, that something is annoying and I want to fix it.
What I would usually do is make a commit then and there, let the rebase continue, and then later I...
Now what I did was make the fix, run `git rebase --edit-todo`, add a `pick djejfj4746` (the commit sha) to the end of the rebase, then run `git reset --hard HEAD^` to pretend like nothing happened, and `git rebase --continue`.
Don't remember things when the tool can remember it for you.
#git #GitRebase