Creates an empty commit.
git commit --allow-empty -m <message>
to create an empty commit with the provided <message>
.git commit --allow-empty -m <message>
git commit --allow-empty -m "Empty commit"
# Creates an empty commit with the message "Empty commit"
Git, Commit
Creates a new commit skipping the pre-commit and commit-msg hooks.
Git, Commit
Creates a fixup commit that can be autosquashed in the next rebase.
Git, Commit
Creates a new commit by the specified author.