git commit

파일을 저장소에 커밋합니다. 더 많은 정보: https://git-scm.com/docs/git-commit.

git commit {{[-m|--message]}} "{{메시지}}"

git commit {{[-F|--file]}} {{경로/대상/커밋_메시지_파일}}

git commit {{[-a|--all]}} {{[-m|--message]}} "{{메시지}}"

git commit {{[-S|--gpg-sign]}} {{키_아이디}} {{[-m|--message]}} "{{메시지}}"

git commit --amend

git commit {{경로/대상/파일1 경로/대상/파일2 ...}}

git commit {{[-m|--message]}} "{{메시지}}" --allow-empty