j
k
j a
j l
You don't need to reset; commit --amend runs the hooks. So the "For every commit" part can be simplified to
git commit -C HEAD --amend *check and fix errors* git rebase --continue
Back to the thread
Back to the list