git-commit-treeAlat untuk membuat objek komit secara tingkat rendah (low-level). Lihat juga:
git commit. Informasi lebih lanjut: https://git-scm.com/docs/git-commit-tree.
git commit-tree {{tree}} -m "{{pesan}}"
- untuk membaca dari stdin):git commit-tree {{tree}} -F {{jalan/menuju/berkas}}
git commit-tree {{tree}} -m "{{pesan}}" {{[-S|--gpg-sign]}}
git commit-tree {{tree}} -m "{{message}}" -p {{kode_hash_sha_atas_komit_induk}}