Version Control
git commit
Create a commit.
Syntax
$git commit [OPTIONS] [FILES]
Examples
$git commit -m "Commit message"
$git commit -a -m "Message"
Typical use cases
?
Standard usage
git commit --help
Note
Saves changes.
Export