Git의 내부 동작을 직접 다루는 명령어로, 커밋 객체를 직접 생성합니다. 참조:
git commit
. 더 많은 정보: https://git-scm.com/docs/git-commit-tree.
git commit-tree {{tree}} -m "{{message}}"
stdin
의 경우 -
사용):git commit-tree {{tree}} -F {{path/to/file}}
git commit-tree {{tree}} -m "{{message}}" --gpg-sign
git commit-tree {{tree}} -m "{{message}}" -p {{parent_commit_sha}}