파일을 저장소에 커밋합니다. 더 많은 정보: https://git-scm.com/docs/git-commit.
git commit --message "{{메시지}}"
git commit --file {{경로/대상/커밋_메시지_파일}}
git commit --all --message "{{메시지}}"
git commit --gpg-sign {{키_아이디}} --message "{{메시지}}"
git commit --amend
git commit {{경로/대상/파일1 경로/대상/파일2 ...}}
git commit --message "{{메시지}}" --allow-empty