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