git commit(1) --fixup
Record changes to the repository
--fixup=<commit>
    Construct a commit message for use with rebase --autosquash. The commit message will be the subject
    line from the specified commit with a prefix of "fixup! ". See git-rebase(1) for details.
source manpages: git-commit