| 22:17 | <bakkot> | Michael Ficarra:
git rebase -i 0090daf^ # 0090daf is the commit where the formatter is applied
git rebase -X theirs 0090daf --exec "npm i && npm run format && git commit --amend -a --no-edit"
git rebase -i main
|
| 22:50 | <bakkot> | updated the above command to handle multiple-commit branches |