>_ linuxcommand.dev
Startseite git commit
Version Control

git commit

Create a commit.

Ubuntu CentOS Debian SUSE Fedora RHEL Arch Alpine macOS
Last updated: Report error
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