To make a Git commit with both a message and additional options, you provide the message using the message flag and include any desired options in the same command. Common options might include modifying the last commit, skipping pre-commit hooks, or specifying a different author. These options can be combined based on your needs to customize the commit behavior.