Versionskontrolle
git commit
Erstelle einen Commit.
Syntax
$git commit [OPTIONEN] [DATEIEN]
Beispiele
$git commit -m "Commit message"
$git commit -a -m "Message"
Typische Anwendungsfälle
?
Standardverwendung
git commit --help
Hinweis
Speichert Änderungen.
Export