파일을 저장소에 커밋합니다. 더 많은 정보: 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