git commit -m <message>
Term side of the Card
Topic: Git Commands - Main
Unit title: git commit -m <message>
Categories: Command
Explanation side of the Card
Explanation: The command that commits staged changes to the repository with a message. The `-m` flag allows specifying a message directly in the command.