git commit

Commit bestanden naar de repository. Meer informatie: https://git-scm.com/docs/git-commit.

git commit {{[-m|--message]}} "{{bericht}}"

git commit {{[-F|--file]}} {{pad/naar/commit_bericht_bestand}}

git commit {{[-a|--all]}} {{[-m|--message]}} "{{bericht}}"

git commit {{[-S|--gpg-sign]}} {{sleutel_id}} {{[-m|--message]}} "{{bericht}}"

git commit --amend

git commit {{pad/naar/bestand1 pad/naar/bestand2 ...}}

git commit {{[-m|--message]}} "{{bericht}}" --allow-empty