@b0rk Pair it with `git commit --fixup=amend:<ref>` if you want to change the commit message in a previous commit.
My WIP branches are usually full of normal and amend fixup commits as I improve on things, henceforth autosquash is a lifesaver for me!